summaryrefslogtreecommitdiff
path: root/Test/vstte2012
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2013-03-09 09:14:29 -0800
committerGravatar Rustan Leino <leino@microsoft.com>2013-03-09 09:14:29 -0800
commitf9a64be8ef09ac2160391c91ea8e23e5f389d1f5 (patch)
treecd85534e1d02a8e2129dd903543578b624c95e73 /Test/vstte2012
parente6e355e9eadadb033a26180a5391e6a52f73d67b (diff)
Adjustments in the /vcsMaxKeepGoingSplits flag in the test suite
Diffstat (limited to 'Test/vstte2012')
-rw-r--r--Test/vstte2012/runtest.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/vstte2012/runtest.bat b/Test/vstte2012/runtest.bat
index ecccd929..3fffb577 100644
--- a/Test/vstte2012/runtest.bat
+++ b/Test/vstte2012/runtest.bat
@@ -13,5 +13,5 @@ for %%f in (
) do (
echo.
echo -------------------- %%f --------------------
- %DAFNY_EXE% /compile:0 /dprint:out.dfy.tmp %* %%f
+ %DAFNY_EXE% /compile:0 /vcsMaxKeepGoingSplits:2 /dprint:out.dfy.tmp %* %%f
)