We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8a4b4 commit 09946f3Copy full SHA for 09946f3
test/chrome-docker-wrapper.sh
@@ -13,6 +13,5 @@ WAIT_EXIT_CODE=$?
13
# If this script gets killed, kill Chrome with the same signal
14
if [[ WAIT_EXIT_CODE -gt 128 ]]
15
then
16
- echo kill -$(($WAIT_EXIT_CODE - 128)) $CHROME_PID
17
kill -$(($WAIT_EXIT_CODE - 128)) $CHROME_PID
18
fi
0 commit comments