]> granicus.if.org Git - python/commitdiff
Don't stop if the tests fail the first time around.
authorGuido van Rossum <guido@python.org>
Mon, 2 Jun 1997 23:15:09 +0000 (23:15 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 2 Jun 1997 23:15:09 +0000 (23:15 +0000)
Makefile.in

index 905480531300e2e6aa2e6cc06e3e4dcfb6736073..7260f167155db6882e93bc120aabd01f961f2076 100644 (file)
@@ -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