aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2013-08-13 11:48:58 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2013-08-13 11:48:58 +0200
commitb59f44b10cafe84322f4d2b5fbb2a7c549087ff7 (patch)
treec2c7c7b00418364bffb397a26154dce544bbb817 /bin/runtests
parentMerge pull request #56 from mgorny/ssl-cleanup (diff)
downloadidentity.gentoo.org-b59f44b10cafe84322f4d2b5fbb2a7c549087ff7.tar.gz
identity.gentoo.org-b59f44b10cafe84322f4d2b5fbb2a7c549087ff7.tar.bz2
identity.gentoo.org-b59f44b10cafe84322f4d2b5fbb2a7c549087ff7.zip
Use DiscoverRunner, which will be the default test discover runner in 1.6
Diffstat (limited to 'bin/runtests')
-rwxr-xr-xbin/runtests2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/runtests b/bin/runtests
index 5615818..f7f2197 100755
--- a/bin/runtests
+++ b/bin/runtests
@@ -10,8 +10,6 @@ while getopts sa:dc arg; do
esac
done
-[[ -z ${APPS} ]] && APPS="tests"
-
if [[ -n ${TDAEMON} ]]; then
[[ -n ${COVERAGE} ]] && COVERAGE="-c"
${TDAEMON} ${COVERAGE} --custom-args="${SETTINGS} ${APPS}"