aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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}"