t/*.do: add some time delays.
These only take effect if you export SLEEP=1. Useful for testing parallelism.
This commit is contained in:
parent
3de384497d
commit
534dd9813f
6 changed files with 9 additions and 0 deletions
4
t/sleep
Executable file
4
t/sleep
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
PATH=/bin:/usr/bin
|
||||
if [ -n "$SLEEP" ]; then
|
||||
exec sleep "$@"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue