From c2092abbb945b55c87976d6d57ec2f728306af89 Mon Sep 17 00:00:00 2001 From: Clément Pit--Claudel Date: Thu, 23 Jul 2015 11:59:33 -0700 Subject: Let runTests.py generate expect files That is, missing expect files now raise a warning, not an error. --- Test/runTests.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test/runTests.bat') diff --git a/Test/runTests.bat b/Test/runTests.bat index ced3bd27..4856faf8 100644 --- a/Test/runTests.bat +++ b/Test/runTests.bat @@ -1,2 +1,2 @@ @REM runTests.bat -f "/dprelude PRELUDE_FILE" -r REPORT_NAME INPUT_FILES -C:/Python34/python.exe runTests.py --flags "/useBaseNameForFileName /compile:1 /nologo" --difftool "C:/Program Files (x86)/Meld/Meld.exe" %* +C:/Python34/python.exe runTests.py --difftool "C:/Program Files (x86)/Meld/Meld.exe" %* -- cgit v1.2.3