Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d7be5f

Browse files
committed
Add make variable to allow testing of different interpreter flags in buildbot runs
1 parent 1b03f2c commit 6d7be5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

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

741741
TESTOPTS= -l $(EXTRATESTOPTS)
742742
TESTPROG= $(srcdir)/Lib/test/regrtest.py
743-
TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) -Wd -E -bb
743+
TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) -Wd -E -bb $(TESTPYTHONOPTS)
744744
test: all platform
745745
-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
746746
-$(TESTPYTHON) $(TESTPROG) $(TESTOPTS)

0 commit comments

Comments
 (0)