diff options
author | Barry Warsaw <barry@python.org> | 2008-10-17 12:05:40 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-10-17 12:05:40 (GMT) |
commit | 34bbf006bd6e9783dd02065c0cf4746060692a8c (patch) | |
tree | 3122a5740bf33865a05a6348aaf1c6b25a6493a4 /runtests.sh | |
parent | da780432378e6298463889557ab43e0c156758cd (diff) | |
download | cpython-34bbf006bd6e9783dd02065c0cf4746060692a8c.zip cpython-34bbf006bd6e9783dd02065c0cf4746060692a8c.tar.gz cpython-34bbf006bd6e9783dd02065c0cf4746060692a8c.tar.bz2 |
Really commit the patch for bug 4125; runtests.sh use -bb flag
Diffstat (limited to 'runtests.sh')
-rwxr-xr-x | runtests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtests.sh b/runtests.sh index 93ef833..2d3cfc8 100755 --- a/runtests.sh +++ b/runtests.sh @@ -22,6 +22,8 @@ CYGWIN*) PYTHON=./python.exe;; *) PYTHON=./python;; esac +PYTHON="$PYTHON -bb" + # Unset PYTHONPATH, just to be sure. unset PYTHONPATH |