summaryrefslogtreecommitdiff
path: root/Test/runtest.bat
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2012-10-04 19:26:54 -0700
committerGravatar Rustan Leino <leino@microsoft.com>2012-10-04 19:26:54 -0700
commit5558ba719abd8c9f6184e9d1b70afccfec649a6d (patch)
tree5c0538b126f5980a542eba3b99f9ef59b02a379b /Test/runtest.bat
parenta4af24114ae44ee34246fdc8bd16ce05d5518c20 (diff)
Fixed some goof-ups in the test script edits
Changed the test output to make it easier to spot (in the console output) that everything passed with success or if there were any failures
Diffstat (limited to 'Test/runtest.bat')
-rw-r--r--Test/runtest.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/runtest.bat b/Test/runtest.bat
index 5b3d45ae..667ca579 100644
--- a/Test/runtest.bat
+++ b/Test/runtest.bat
@@ -11,11 +11,11 @@ rem Calling fc twice seems to fix (or at least alleviate) the problem.
fc /W Answer Output > nul
fc /W Answer Output > nul
if not errorlevel 1 goto passTest
-echo %1 FAILED
+echo ============ %1 FAILED ============
goto errorEnd
:passTest
-echo %1 Succeeded
+echo Success: %1
goto end
:noDirSpecified