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

Commit ef0c333

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)