projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcce839
)
Unset PYTHONPATH, for my convenience.
author
Guido van Rossum
<guido@python.org>
Wed, 29 Aug 2007 18:15:48 +0000
(18:15 +0000)
committer
Guido van Rossum
<guido@python.org>
Wed, 29 Aug 2007 18:15:48 +0000
(18:15 +0000)
runtests.sh
patch
|
blob
|
history
diff --git
a/runtests.sh
b/runtests.sh
index 48b9858315b3f6554d06c334d50431dcc47ae3c6..d5b1c3531c609745c48bce6f04b7c38b9e21ae94 100755
(executable)
--- a/
runtests.sh
+++ b/
runtests.sh
@@
-22,6
+22,9
@@
CYGWIN*) PYTHON=./python.exe;;
*) PYTHON=./python;;
esac
+# Unset PYTHONPATH, just to be sure.
+unset PYTHONPATH
+
# Create the output directory if necessary.
mkdir -p OUT