We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee84e9 commit d2d2915Copy full SHA for d2d2915
1 file changed
Makefile.pre.in
@@ -646,7 +646,7 @@ test: all platform
646
647
testall: all platform
648
-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
649
- $(TESTPYTHON) Lib/compileall.py
+ $(TESTPYTHON) $(srcdir)/Lib/compileall.py
650
651
-$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall
652
$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall
0 commit comments