Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0910c commit 9abc25eCopy full SHA for 9abc25e
1 file changed
Makefile.in
@@ -234,7 +234,7 @@ Modules: Parser Python Objects
234
# Test the interpreter (twice, once without .pyc files, once with)
235
TESTOPTS=
236
TESTPROG= $(srcdir)/Lib/test/regrtest.py
237
-TESTPYTHON= ./python$(EXE)
+TESTPYTHON= ./python$(EXE) -tt
238
test: all
239
-rm -f $(srcdir)/Lib/test/*.py[co]
240
-PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(TESTOPTS)
@@ -346,7 +346,7 @@ libinstall: python $(srcdir)/Lib/$(PLATDIR)
346
done; \
347
done
348
PYTHONPATH=$(LIBDEST) \
349
- ./python$(EXE) $(LIBDEST)/compileall.py $(LIBDEST)
+ ./python$(EXE) -t $(LIBDEST)/compileall.py $(LIBDEST)
350
351
./python$(EXE) -O $(LIBDEST)/compileall.py $(LIBDEST)
352
0 commit comments