aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/cyclictest
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2020-08-26 12:27:00 -0700
committerKevin Hilman <khilman@baylibre.com>2020-08-26 12:29:30 -0700
commit27e309f56a408bc65a0b623fd60c1c83e2fef6f0 (patch)
tree2660e8f59463ca516125329c6b0220f01ea78fe1 /automated/linux/cyclictest
parent651619b5103a0f1d721fe95bf99df925ac649a92 (diff)
cyclictest: use quiet output
cyclictest output is meant for interactive terminals. On dumb terminals, it creates lots of noise resulting in massive logs. Use quiet output (-q) to silence and just print a summary at the end of the test. Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'automated/linux/cyclictest')
-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.