aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/cyclictest/cyclictest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/cyclictest/cyclictest.sh')
-rwxr-xr-xautomated/linux/cyclictest/cyclictest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/cyclictest/cyclictest.sh b/automated/linux/cyclictest/cyclictest.sh
index e1bbcd80..3b6cbc1a 100755
--- a/automated/linux/cyclictest/cyclictest.sh
+++ b/automated/linux/cyclictest/cyclictest.sh
@@ -43,7 +43,7 @@ if ! binary=$(which cyclictest); then
# shellcheck disable=SC2154
binary="./bin/${abi}/cyclictest"
fi
-"${binary}" -p "${PRIORITY}" -i "${INTERVAL}" -t "${THREADS}" -a "${AFFINITY}" \
+"${binary}" -q -p "${PRIORITY}" -i "${INTERVAL}" -t "${THREADS}" -a "${AFFINITY}" \
-D "${DURATION}" -m | tee "${LOGFILE}"
# Parse test log.