Skip to content

Commit e579f3a

Browse files
committed
minor edit in logging
1 parent d457209 commit e579f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
export PING_SLEEP=30s
55

6-
bash -c "while true; do find * | wc -l; sleep $PING_SLEEP; done" &
6+
bash -c "while true; do find qt* | wc -l; sleep $PING_SLEEP; done" &
77
PING_LOOP_PID=$!
88

99
touch build.txt

0 commit comments

Comments
 (0)