mirror of https://github.com/KLayout/klayout.git
minor edit in logging
This commit is contained in:
parent
d457209665
commit
e579f3a868
|
|
@ -3,7 +3,7 @@ set -e
|
|||
|
||||
export PING_SLEEP=30s
|
||||
|
||||
bash -c "while true; do find * | wc -l; sleep $PING_SLEEP; done" &
|
||||
bash -c "while true; do find qt* | wc -l; sleep $PING_SLEEP; done" &
|
||||
PING_LOOP_PID=$!
|
||||
|
||||
touch build.txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue