mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Force PYTHONPATH= empty when running test suite.
This commit is contained in:
@@ -170,8 +170,8 @@ TESTOPTS=
|
||||
TESTPROG= $(srcdir)/Lib/test/regrtest.py
|
||||
test: python
|
||||
-rm -f $(srcdir)/Lib/test/*.pyc
|
||||
./python $(TESTPROG) $(TESTOPTS)
|
||||
./python $(TESTPROG) $(TESTOPTS)
|
||||
PYTHONPATH= ./python $(TESTPROG) $(TESTOPTS)
|
||||
PYTHONPATH= ./python $(TESTPROG) $(TESTOPTS)
|
||||
|
||||
# Install everything
|
||||
install: altinstall bininstall maninstall
|
||||
|
||||
Reference in New Issue
Block a user