diff --git a/Makefile.in b/Makefile.in index 6abcef5fe92..3e5b631e3fd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -212,7 +212,7 @@ Modules: Parser Python Objects prefix="$(prefix)" exec_prefix="$(exec_prefix)" all # Test the interpreter (twice, once without .pyc files, once with) -TESTOPTS= +TESTOPTS= -l TESTPROG= $(srcdir)/Lib/test/regrtest.py TESTPYTHON= ./python$(EXE) -tt test: all