temp(macOS): kill test instances in OSS

This commit is contained in:
deepak1556 2021-11-18 15:39:24 +09:00
parent e35f169e42
commit 2a08926f65

View file

@ -54,7 +54,7 @@ else
fi
if [ -z "$INTEGRATION_TEST_APP_NAME" ]; then
after_suite() { true; }
after_suite() { killall Electron || true; }
else
after_suite() { killall $INTEGRATION_TEST_APP_NAME || true; }
fi