From 4fcf7d445cc5fc65a3e2927001481e0797527251 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Wed, 31 Mar 2010 22:43:31 +0000 Subject: Add -Wd and -3 to the flags used to run the tests on Windows. --- PCbuild/rt.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCbuild/rt.bat b/PCbuild/rt.bat index 583d4f3..ee1661a 100644 --- a/PCbuild/rt.bat +++ b/PCbuild/rt.bat @@ -40,7 +40,7 @@ if "%1"=="-x64" (set prefix=amd64) & (set tcltk=tcltk64) & shift & goto CheckOpt PATH %PATH%;..\..\%tcltk%\bin set exe=%prefix%\python%suffix% -set cmd=%exe% %dashO% -E -tt ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9 +set cmd=%exe% %dashO% -Wd -3 -E -tt ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9 if defined qmode goto Qmode echo Deleting .pyc/.pyo files ... -- cgit v0.12