diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-31 22:43:31 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-31 22:43:31 (GMT) |
commit | 4fcf7d445cc5fc65a3e2927001481e0797527251 (patch) | |
tree | 7268bdd7ea9f419c30ece283446a16587dab6719 /PCbuild | |
parent | 90fd01b7870d3ec350776ed838d38edbc28c3655 (diff) | |
download | cpython-4fcf7d445cc5fc65a3e2927001481e0797527251.zip cpython-4fcf7d445cc5fc65a3e2927001481e0797527251.tar.gz cpython-4fcf7d445cc5fc65a3e2927001481e0797527251.tar.bz2 |
Add -Wd and -3 to the flags used to run the tests on Windows.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/rt.bat | 2 |
1 files changed, 1 insertions, 1 deletions
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 ... |