From: Guido van Rossum Date: Mon, 2 Jun 1997 23:15:09 +0000 (+0000) Subject: Don't stop if the tests fail the first time around. X-Git-Tag: v1.5a3~372 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36bab7dbafc1efe51e6d20d32be86de0cd0b4b86;p=python Don't stop if the tests fail the first time around. --- diff --git a/Makefile.in b/Makefile.in index 9054805313..7260f16715 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