aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2014-01-18 12:38:31 +0100
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2014-01-18 12:38:31 +0100
commit08cd954a46def397ca7aa62e5f738cd2fa77a228 (patch)
tree152f24dfeebc8a23e79acef13cc8ec42f364767d /runtests.sh
parentAdd support for the following attributes in layout.conf to allow more (diff)
downloadportage-08cd954a46def397ca7aa62e5f738cd2fa77a228.tar.gz
portage-08cd954a46def397ca7aa62e5f738cd2fa77a228.tar.bz2
portage-08cd954a46def397ca7aa62e5f738cd2fa77a228.zip
Enable BytesWarnings.
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh
index c759ae9cb..1bd1234a8 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -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}