Skip to content

Commit 63b4355

Browse files
committed
Merged revisions 79540-79541 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk Add -Wd to the flags used to run the tests (-3 is not necessary here). ........ r79540 | ezio.melotti | 2010-04-01 01:18:09 +0300 (Thu, 01 Apr 2010) | 1 line Add -Wd and -3 to the flags used to run the tests. ........ r79541 | ezio.melotti | 2010-04-01 01:43:31 +0300 (Thu, 01 Apr 2010) | 1 line Add -Wd and -3 to the flags used to run the tests on Windows. ........
1 parent f0f3795 commit 63b4355

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ $(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)
706706

707707
TESTOPTS= -l $(EXTRATESTOPTS)
708708
TESTPROG= $(srcdir)/Lib/test/regrtest.py
709-
TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) -E -bb
709+
TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) -Wd -E -bb
710710
test: all platform
711711
-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
712712
-$(TESTPYTHON) $(TESTPROG) $(TESTOPTS)

PCbuild/rt.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if "%1"=="-x64" (set prefix=amd64) & (set tcltk=tcltk64) & shift & goto CheckOpt
4040

4141
PATH %PATH%;..\..\%tcltk%\bin
4242
set exe=%prefix%\python%suffix%
43-
set cmd=%exe% %dashO% -E ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
43+
set cmd=%exe% %dashO% -Wd -E ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
4444
if defined qmode goto Qmode
4545

4646
echo Deleting .pyc/.pyo files ...

0 commit comments

Comments
 (0)