mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Don't stop if the tests fail the first time around.
This commit is contained in:
parent
2d3aac2377
commit
36bab7dbaf
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ TESTOPTS=
|
|||
TESTPROG= $(srcdir)/Lib/test/regrtest.py
|
||||
test: python
|
||||
-rm -f $(srcdir)/Lib/test/*.pyc
|
||||
PYTHONPATH= ./python $(TESTPROG) $(TESTOPTS)
|
||||
-PYTHONPATH= ./python $(TESTPROG) $(TESTOPTS)
|
||||
PYTHONPATH= ./python $(TESTPROG) $(TESTOPTS)
|
||||
|
||||
# Install everything
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue