diff options
author | Rustan Leino <leino@microsoft.com> | 2012-10-04 19:26:54 -0700 |
---|---|---|
committer | Rustan Leino <leino@microsoft.com> | 2012-10-04 19:26:54 -0700 |
commit | 5558ba719abd8c9f6184e9d1b70afccfec649a6d (patch) | |
tree | 5c0538b126f5980a542eba3b99f9ef59b02a379b /Test/VSComp2010/runtest.bat | |
parent | a4af24114ae44ee34246fdc8bd16ce05d5518c20 (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/runtest.bat')
-rw-r--r-- | Test/VSComp2010/runtest.bat | 2 |
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
|