macos: starting a terminal with a given script seems to return immediately. Will have to find another way to kill the terminal.
This commit is contained in:
parent
529d6a67f0
commit
75fbb89c07
|
@ -16,6 +16,6 @@ runsikulix -r test/check-gui-sh-mac.sikuli && exitcode=$? || exitcode=$?
|
|||
|
||||
screencapture "./deploy-screenshots/$(basename "$0" .sh).png"
|
||||
|
||||
kill $pid
|
||||
kill $pid || true
|
||||
|
||||
exit $exitcode
|
||||
|
|
Loading…
Reference in New Issue
Block a user