mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Revert last checkin, it is better to do make distclean
This commit is contained in:
parent
971ea11e4c
commit
377f54e85f
1 changed files with 1 additions and 10 deletions
|
@ -594,17 +594,8 @@ testuniversal: all platform
|
||||||
$(RUNSHARED) /usr/libexec/oah/translate ./$(BUILDPYTHON) -E -tt $(TESTPROG) $(TESTOPTS) -uall
|
$(RUNSHARED) /usr/libexec/oah/translate ./$(BUILDPYTHON) -E -tt $(TESTPROG) $(TESTOPTS) -uall
|
||||||
|
|
||||||
|
|
||||||
# These two force rules are only used for buildbottest.
|
|
||||||
# - cleanup tries to cleanup after broken tests.
|
|
||||||
# - setup ensures that we are using the latest version of Modules/Setup.dist.
|
|
||||||
forcecleanup:
|
|
||||||
-rm -rf $(srcdir)/@test*
|
|
||||||
|
|
||||||
forcesetup:
|
|
||||||
cp $(srcdir)/Modules/Setup.dist $(srcdir)/Modules/Setup
|
|
||||||
|
|
||||||
# Like testall, but with a single pass only
|
# Like testall, but with a single pass only
|
||||||
buildbottest: forcecleanup forcesetup all platform
|
buildbottest: all platform
|
||||||
$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall -rw
|
$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall -rw
|
||||||
|
|
||||||
QUICKTESTOPTS= $(TESTOPTS) -x test_thread test_signal test_strftime \
|
QUICKTESTOPTS= $(TESTOPTS) -x test_thread test_signal test_strftime \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue