ebuild: fetch: Flatten conditionals in _get_fetch_resume_size
[portage.git] / runtests.sh
index 2870907a7d7ed3e31099708327f19608df8ec6e4..1bd1234a81c020bb0f3860d2162ab3dc5a87ce73 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 2010-2012 Gentoo Foundation
+# Copyright 2010-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # These are the versions we care about.  The rest are just "nice to have".
@@ -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}