[PATCH stalld 20/36] tests/functional: Remove duplicated -a flag in test_fifo_priority_starvation
Wander Lairson Costa <[email protected]>
| Newsgroups | org.kernel.vger.linux-rt-users |
|---|---|
| Message-ID | <[email protected]> |
The start_stalld_with_log call in Test 2 passes -a ${STALLD_CPU}
twice, which is a copy-paste error. Remove the duplicate.
Signed-off-by: Wander Lairson Costa <[email protected]>
---
tests/functional/test_fifo_priority_starvation.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/functional/test_fifo_priority_starvation.sh b/tests/functional/test_fifo_priority_starvation.sh
index adb7b44..886357e 100755
--- a/tests/functional/test_fifo_priority_starvation.sh
+++ b/tests/functional/test_fifo_priority_starvation.sh
@@ -136,7 +136,7 @@ if [ -n "${blockee_pid}" ]; then
fi
log "Starting stalld with boosting enabled"
-start_stalld_with_log "${STALLD_LOG}" -f -v -N -t $threshold -c ${TEST_CPU} -a ${STALLD_CPU} -a ${STALLD_CPU} -d ${boost_duration}
+start_stalld_with_log "${STALLD_LOG}" -f -v -N -t $threshold -c ${TEST_CPU} -a ${STALLD_CPU} -d ${boost_duration}
# Wait for detection and boosting
sleep $((threshold + boost_duration + 1))
--
2.53.0