Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fde5169

Browse files
committed
Force PYTHONPATH= empty when running test suite.
1 parent ae110af commit fde5169

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ TESTOPTS=
170170
TESTPROG= $(srcdir)/Lib/test/regrtest.py
171171
test: python
172172
-rm -f $(srcdir)/Lib/test/*.pyc
173-
./python $(TESTPROG) $(TESTOPTS)
174-
./python $(TESTPROG) $(TESTOPTS)
173+
PYTHONPATH= ./python $(TESTPROG) $(TESTOPTS)
174+
PYTHONPATH= ./python $(TESTPROG) $(TESTOPTS)
175175

176176
# Install everything
177177
install: altinstall bininstall maninstall

0 commit comments

Comments
 (0)