fix shell check

This commit is contained in:
alesapin 2023-04-30 17:24:36 +02:00
parent a95a5f6fb6
commit 3955b9bb1e

View File

@ -49,15 +49,15 @@ export -f nemesis_thread2
TIMEOUT=20
timeout $TIMEOUT bash -c thread & >/dev/null
timeout $TIMEOUT bash -c thread & >/dev/null
timeout $TIMEOUT bash -c thread & >/dev/null
timeout $TIMEOUT bash -c nemesis_thread1 & >/dev/null
timeout $TIMEOUT bash -c nemesis_thread1 & >/dev/null
timeout $TIMEOUT bash -c nemesis_thread1 & >/dev/null
timeout $TIMEOUT bash -c nemesis_thread2 & >/dev/null
timeout $TIMEOUT bash -c nemesis_thread2 & >/dev/null
timeout $TIMEOUT bash -c nemesis_thread2 & >/dev/null
timeout $TIMEOUT bash -c thread 2>/dev/null &
timeout $TIMEOUT bash -c thread 2>/dev/null &
timeout $TIMEOUT bash -c thread 2>/dev/null &
timeout $TIMEOUT bash -c nemesis_thread1 2>/dev/null &
timeout $TIMEOUT bash -c nemesis_thread1 2>/dev/null &
timeout $TIMEOUT bash -c nemesis_thread1 2>/dev/null &
timeout $TIMEOUT bash -c nemesis_thread2 2>/dev/null &
timeout $TIMEOUT bash -c nemesis_thread2 2>/dev/null &
timeout $TIMEOUT bash -c nemesis_thread2 2>/dev/null &
wait