Also kill off extraneous safari instances
This commit is contained in:
parent
7fce5fe2d7
commit
fa3a536f34
@ -55,6 +55,11 @@ run('npm', ['install'], () => {
|
|||||||
'ps -ef | grep -v grep | grep \'Google Chrome.app/Contents/MacOS/Google Chrome\'' +
|
'ps -ef | grep -v grep | grep \'Google Chrome.app/Contents/MacOS/Google Chrome\'' +
|
||||||
' | awk \'{print $2}\' | while read x; do kill $x; done'
|
' | awk \'{print $2}\' | while read x; do kill $x; done'
|
||||||
], waitFor());
|
], waitFor());
|
||||||
|
|
||||||
|
run('bash', ['-c',
|
||||||
|
'ps -ef | grep -v grep | grep \'/usr/bin/safaridriver\'' +
|
||||||
|
' | awk \'{print $2}\' | while read x; do kill $x; done'
|
||||||
|
], waitFor());
|
||||||
}
|
}
|
||||||
}).nThen((waitFor) => {
|
}).nThen((waitFor) => {
|
||||||
run('bower', ['install'], waitFor());
|
run('bower', ['install'], waitFor());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user