overrides need to come after defaults in test/run

- reverse order of default and test args so test args override
Esse commit está contido em:
Sean Cannella
2013-06-03 13:03:22 -07:00
commit de Sara Golemon
commit 722c0bd2d0
+1 -1
Ver Arquivo
@@ -229,9 +229,9 @@ function hhvm_cmd($options, $test) {
idx_file($_ENV, 'HHVM', bin_root().'/hphp/hhvm/hhvm'),
'--config',
find_config($test, 'config.hdf'),
read_file("$test.opts"),
mode_cmd($options),
'-v Eval.EnableArgsInBacktraces=true',
read_file("$test.opts"),
'--file',
$test
));