From: Ezio Melotti Date: Wed, 31 Mar 2010 22:43:31 +0000 (+0000) Subject: Add -Wd and -3 to the flags used to run the tests on Windows. X-Git-Tag: v2.7b1~167 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fcf7d445cc5fc65a3e2927001481e0797527251;p=thirdparty%2FPython%2Fcpython.git Add -Wd and -3 to the flags used to run the tests on Windows. --- diff --git a/PCbuild/rt.bat b/PCbuild/rt.bat index 583d4f3339f9..ee1661a21ab5 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 ...