Commit 36bab7db authored by Guido van Rossum's avatar Guido van Rossum

Don't stop if the tests fail the first time around.

parent 2d3aac23
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment