Enable BytesWarnings.
[portage.git] / runtests.sh
index c759ae9cb0405fa8ff6fcd2bc9041ac7e3377a37..1bd1234a81c020bb0f3860d2162ab3dc5a87ce73 100755 (executable)
@@ -67,7 +67,7 @@ for version in ${PYTHON_VERSIONS}; do
        fi
        if [[ -x "${executable}" ]]; then
                echo -e "${GOOD}Testing with Python ${version}...${NORMAL}"
-               "${executable}" -Wd pym/portage/tests/runTests "$@"
+               "${executable}" -bb -Wd pym/portage/tests/runTests "$@"
                status=$?
                status_array[${#status_array[@]}]=${status}
                found_versions[${#found_versions[@]}]=${version}