Really commit the patch for bug 4125; runtests.sh use -bb flag
diff --git a/runtests.sh b/runtests.sh
index 93ef833..2d3cfc8 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -22,6 +22,8 @@
 *)      PYTHON=./python;;
 esac
 
+PYTHON="$PYTHON -bb"
+
 # Unset PYTHONPATH, just to be sure.
 unset PYTHONPATH