summaryrefslogtreecommitdiff
path: root/Test/VSComp2010
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/VSComp2010
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/VSComp2010')
-rw-r--r--Test/VSComp2010/runtest.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/VSComp2010/runtest.bat b/Test/VSComp2010/runtest.bat
index 9206f51e..4e6d170b 100644
--- a/Test/VSComp2010/runtest.bat
+++ b/Test/VSComp2010/runtest.bat
@@ -2,7 +2,7 @@
setlocal
set BINARIES=..\..\Binaries
-set DAFNY_EXE=%BINARIES\Dafny.exe
+set DAFNY_EXE=%BINARIES%\Dafny.exe
for %%f in (Problem1-SumMax.dfy Problem2-Invert.dfy
Problem3-FindZero.dfy Problem4-Queens.dfy