diff --git a/scripts/test-integration.sh b/scripts/test-integration.sh index 2eb8ce50a7350..331505e9899ef 100755 --- a/scripts/test-integration.sh +++ b/scripts/test-integration.sh @@ -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