summaryrefslogtreecommitdiff
path: root/BCT/Test/runtest.bat
diff options
context:
space:
mode:
Diffstat (limited to 'BCT/Test/runtest.bat')
-rw-r--r--BCT/Test/runtest.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/BCT/Test/runtest.bat b/BCT/Test/runtest.bat
index e502c917..21a71139 100644
--- a/BCT/Test/runtest.bat
+++ b/BCT/Test/runtest.bat
@@ -1,11 +1,11 @@
-@echo off
+rem @echo off
rem Usage: runtest.bat <dir>
if "%1" == "" goto noDirSpecified
if not exist %1\nul goto noDirExists
echo ----- Running regression test %1
pushd %1
if not exist runtest.bat goto noRunTest
-call runtest.bat %1 %2 %3 %4 %5 %6 %7 %8 %9 > Output.txt
+call runtest.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
fc /W Answer Output.txt > nul
:: if not errorlevel 1 goto passTest
:: echo FAILED