summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Michal Moskal <michal@moskal.me>2011-06-30 18:50:32 -0700
committerGravatar Michal Moskal <michal@moskal.me>2011-06-30 18:50:32 -0700
commit50c25be112b464050b4649691ecd4f5b4c6366c5 (patch)
treec84ae738a861003c7b8cdea9166f0e26cf16f840
parentdfbb0d7413d68c094c6fc243ea57a3b720bdc048 (diff)
Let = in options be passed down to the runtest.bat
-rw-r--r--Test/runtest.bat2
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