From 483b493f54cf4efe3a980686790ccfdf195130e2 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Fri, 19 Jul 2019 21:41:25 +0200 Subject: 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 --- automated/linux/cyclictest/cyclictest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'automated/linux/cyclictest') 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}" \ -- cgit v1.2.3