Skip to content

Commit 788885c

Browse files
committed
build(travis): make sauce connect process query a bit more specific
1 parent d58c377 commit 788885c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/saucelabs/teardown_tunnel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo "Shutting down Sauce Connect tunnel"
77

88
killall sc
99

10-
while [[ -n `ps -ef | grep "bin/sc" | grep -v "grep"` ]]; do
10+
while [[ -n `ps -ef | grep "sauce-connect-" | grep -v "grep"` ]]; do
1111
printf "."
1212
sleep .5
1313
done

0 commit comments

Comments
 (0)