aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2014-02-06 22:09:15 +0100
committerFabian Groffen <grobian@gentoo.org>2014-02-06 22:09:15 +0100
commit8b858267c018f8fc8597405bc2484cbcf82b69a4 (patch)
tree8fe9dfe8edbd78a4d250cb27b9b7a6e6aa0641f2 /runtests.sh
parentdoebuild_environment: don't set EPREFIX (diff)
parentSolve some slot conflicts without backtracking (diff)
downloadportage-8b858267c018f8fc8597405bc2484cbcf82b69a4.tar.gz
portage-8b858267c018f8fc8597405bc2484cbcf82b69a4.tar.bz2
portage-8b858267c018f8fc8597405bc2484cbcf82b69a4.zip
Merge remote-tracking branch 'overlays-gentoo-org/master' into prefix
Conflicts: bin/archive-conf bin/binhost-snapshot bin/check-implicit-pointer-usage.py bin/chpathtool.py bin/clean_locks bin/dispatch-conf bin/dohtml.py bin/ebuild bin/ebuild-helpers/prepstrip bin/ebuild-ipc.py bin/egencache bin/emaint bin/emerge bin/emerge-webrsync bin/emirrordist bin/env-update bin/filter-bash-environment.py bin/fixpackages bin/glsa-check bin/install.py bin/isolated-functions.sh bin/lock-helper.py bin/portageq bin/quickpkg bin/regenworld bin/repoman bin/save-ebuild-env.sh bin/xattr-helper.py bin/xpak-helper.py misc/emerge-delta-webrsync pym/portage/dispatch_conf.py pym/portage/getbinpkg.py pym/portage/tests/runTests runtests.sh tabcheck.py
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtests.sh b/runtests.sh
index a276cff0c..7f1233a9d 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env 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}" -b -Wd pym/portage/tests/runTests "$@"
status=$?
status_array[${#status_array[@]}]=${status}
found_versions[${#found_versions[@]}]=${version}