diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2013-08-13 11:48:58 +0200 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2013-08-13 11:48:58 +0200 |
commit | b59f44b10cafe84322f4d2b5fbb2a7c549087ff7 (patch) | |
tree | c2c7c7b00418364bffb397a26154dce544bbb817 /bin | |
parent | Merge pull request #56 from mgorny/ssl-cleanup (diff) | |
download | identity.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')
-rwxr-xr-x | bin/runtests | 2 |
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}" |