diff options
author | Jason Koenig <unknown> | 2011-07-05 18:26:41 -0700 |
---|---|---|
committer | Jason Koenig <unknown> | 2011-07-05 18:26:41 -0700 |
commit | 9424519932d622d4364d5e3ab6f94755fe72b5e0 (patch) | |
tree | 333f0b05e417bb861963ee6a7c48a8878e31dd92 /Test | |
parent | b5b29c378a82415e1d2b40528d06845f9c32d3ac (diff) | |
parent | ad9e5ce092e38a79833de1f0ee6a411488febffc (diff) |
Merge
Diffstat (limited to 'Test')
-rw-r--r-- | Test/runtest.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/runtest.bat b/Test/runtest.bat index 4b751a6c..5b3d45ae 100644 --- a/Test/runtest.bat +++ b/Test/runtest.bat @@ -5,7 +5,7 @@ if not exist %1\nul goto noDirExists echo ----- Running regression test %1
pushd %1
if not exist runtest.bat goto noRunTest
-call runtest.bat -nologo -logPrefix:%1 %2 %3 %4 %5 %6 %7 %8 %9 > Output
+call runtest.bat -nologo -logPrefix:%* > Output
rem There seem to be some race between finishing writing to the Output file, and running fc.
rem Calling fc twice seems to fix (or at least alleviate) the problem.
fc /W Answer Output > nul
|