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 afdb755 commit 3e4af20Copy full SHA for 3e4af20
operator/integration-tests/model-in-image/run-test.sh
@@ -12,7 +12,7 @@
12
13
set -eu
14
set -o pipefail
15
-trap '[ -z "$(jobs -pr)" ] || kill $(jobs -pr)' SIGINT SIGTERM EXIT
+trap 'status=$? ; set +eu ; set +o pipefail ; kill $(jobs -pr) > /dev/null 2>&1 ; exit $status' SIGINT SIGTERM EXIT
16
17
TESTDIR="$( cd "$(dirname "$0")" > /dev/null 2>&1 ; pwd -P )"
18
0 commit comments