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:
Georges Dupéron 2018-07-21 15:23:17 +02:00
parent 529d6a67f0
commit 75fbb89c07

View File

@ -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