Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b3a3c6a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/saucelabs/teardown_tunnel.sh

+1-1
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)