summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-06-02 23:15:09 (GMT)
committerGuido van Rossum <guido@python.org>1997-06-02 23:15:09 (GMT)
commit36bab7dbafc1efe51e6d20d32be86de0cd0b4b86 (patch)
tree6e0b2f413cabc012325d5b5db4e5f4198d74b50e /Makefile.in
parent2d3aac2377965e8dc8a99d32ccc87d7f798e8feb (diff)
downloadcpython-36bab7dbafc1efe51e6d20d32be86de0cd0b4b86.zip
cpython-36bab7dbafc1efe51e6d20d32be86de0cd0b4b86.tar.gz
cpython-36bab7dbafc1efe51e6d20d32be86de0cd0b4b86.tar.bz2
Don't stop if the tests fail the first time around.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9054805..7260f16 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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