mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Force PYTHONPATH= empty when running test suite.
This commit is contained in:
parent
ae110af13b
commit
fde51691ca
1 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ TESTOPTS=
|
||||||
TESTPROG= $(srcdir)/Lib/test/regrtest.py
|
TESTPROG= $(srcdir)/Lib/test/regrtest.py
|
||||||
test: python
|
test: python
|
||||||
-rm -f $(srcdir)/Lib/test/*.pyc
|
-rm -f $(srcdir)/Lib/test/*.pyc
|
||||||
./python $(TESTPROG) $(TESTOPTS)
|
PYTHONPATH= ./python $(TESTPROG) $(TESTOPTS)
|
||||||
./python $(TESTPROG) $(TESTOPTS)
|
PYTHONPATH= ./python $(TESTPROG) $(TESTOPTS)
|
||||||
|
|
||||||
# Install everything
|
# Install everything
|
||||||
install: altinstall bininstall maninstall
|
install: altinstall bininstall maninstall
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue