aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/cyclictest
diff options
context:
space:
mode:
authorDaniel Wagner <wagi@monom.org>2019-07-19 21:41:25 +0200
committerDaniel Wagner <wagi@monom.org>2019-07-22 12:15:08 +0200
commit483b493f54cf4efe3a980686790ccfdf195130e2 (patch)
tree4b74d4a9a7215fdf019f7d6259c156da394c75ba /automated/linux/cyclictest
parenta4b3e08d518c63e9eeb9c0cf45e3a38d5fedd0a9 (diff)
cyclictest: Remove obsolete '-n' command line option
The nanosleep option has been removed from cyclictest in commit 9d2c9edd8694 ("cyclictest: make clock_nanosleep as default and add option for POSIX timers."). Signed-off-by: Daniel Wagner <wagi@monom.org>
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 82e9c642..e1bbcd80 100755
--- a/automated/linux/cyclictest/cyclictest.sh
+++ b/automated/linux/cyclictest/cyclictest.sh
@@ -44,7 +44,7 @@ if ! binary=$(which cyclictest); then
binary="./bin/${abi}/cyclictest"
fi
"${binary}" -p "${PRIORITY}" -i "${INTERVAL}" -t "${THREADS}" -a "${AFFINITY}" \
- -D "${DURATION}" -m -n | tee "${LOGFILE}"
+ -D "${DURATION}" -m | tee "${LOGFILE}"
# Parse test log.
../../lib/parse_rt_tests_results.py cyclictest "${LOGFILE}" "${MAX_LATENCY}" \