From: Thomas Wouters Date: Sat, 26 Jan 2008 01:47:05 +0000 (+0000) Subject: Make 'testall' work again when building in a separate directory. X-Git-Tag: v2.6a1~405 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00417a3b5df9c83d88f7abf91d40fdab5517d7e0;p=python Make 'testall' work again when building in a separate directory. test_distutils still fails when doing that. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index ede3bd8d48..c44453961f 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -617,7 +617,7 @@ test: all platform testall: all platform -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f - $(TESTPYTHON) Lib/compileall.py + $(TESTPYTHON) $(srcdir)/Lib/compileall.py -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f -$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall $(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall