From 75fbb89c079525429202de5e0be61c1304c65c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sat, 21 Jul 2018 15:23:17 +0200 Subject: [PATCH] macos: starting a terminal with a given script seems to return immediately. Will have to find another way to kill the terminal. --- test/gui-sh-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gui-sh-mac.sh b/test/gui-sh-mac.sh index 32e5dda..7659996 100755 --- a/test/gui-sh-mac.sh +++ b/test/gui-sh-mac.sh @@ -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