]> granicus.if.org Git - python/commitdiff
Add -Wd and -3 to the flags used to run the tests on Windows.
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 31 Mar 2010 22:43:31 +0000 (22:43 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 31 Mar 2010 22:43:31 +0000 (22:43 +0000)
PCbuild/rt.bat

index 583d4f3339f9ce3d289e682890b7905a067b1d6f..ee1661a21ab52a4dc2920fffd28377cf339713d5 100644 (file)
@@ -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 ...