aboutsummaryrefslogtreecommitdiffstats
path: root/test/afb-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/afb-test.sh')
-rwxr-xr-xtest/afb-test.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/afb-test.sh b/test/afb-test.sh
index f11e4ea..fa4f821 100755
--- a/test/afb-test.sh
+++ b/test/afb-test.sh
@@ -14,7 +14,7 @@ export AFT_PLUGIN_PATH="${TESTPACKAGEDIR}/var:${TESTPACKAGEDIR}/lib/plugins"
pkill $PROCNAME
-timeout -s 9 10 ${BINDER} --name="${PROCNAME}" \
+timeout -s 9 10 "${BINDER}" --name="${PROCNAME}" \
--port="${PORT}" \
--roothttp=. \
--tracereq=common \
@@ -27,5 +27,3 @@ timeout -s 9 10 ${BINDER} --name="${PROCNAME}" \
-vvv > "${LOGFILE}" 2>&1
find "${BUILDDIR}" -name test_results.log -exec cat {} \;
-
-