Fix command line for re-running failed tests
commit889a53830df9f1fd822d13e4e87fc75420186ba7
authorMark Williams <mwilliams@fb.com>
Sat, 6 Aug 2016 01:05:34 +0000 (5 18:05 -0700)
committerHhvm Bot <hhvm-bot-bot@fb.com>
Mon, 8 Aug 2016 17:46:39 +0000 (8 10:46 -0700)
tree5f7195d5045d812e1f0d4092910b94bfea749fce
parent162ac60a5c08914891ddec060aaa44739295f1d9
Fix command line for re-running failed tests

Summary:
When tests fail under hphp/test/run, it prints out the command line
to re-run just the failing tests. For repo mode tests, it always
output "--repo 1", resulting in an error message about not finding
a test named "1".

Reviewed By: alexmalyshev

Differential Revision: D3677512

fbshipit-source-id: 45eea386b4386ca4946c18fc9cef0e655e90e884
hphp/test/run