8000 build(travis): make sauce connect process query a bit more specific · angular/angular.js@788885c · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

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)
0