Skip to content

Commit

Permalink
temp(macOS): kill test instances in OSS
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Nov 18, 2021
1 parent ae0bd09 commit b0d796c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0d796c

Please sign in to comment.