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

Commit 9b72843

Browse files
committedSep 23, 2015
build(travis): make sauce connect process query a bit more specific
1 parent 9c1f8ea commit 9b72843

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)
This repository has been archived.