mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
fix shell check
This commit is contained in:
parent
a95a5f6fb6
commit
3955b9bb1e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user