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 931098d commit 99bcdfeCopy full SHA for 99bcdfe
1 file changed
.github/workflows/04-maven-nit.yml
@@ -111,5 +111,5 @@ jobs:
111
upsdrvctl start
112
upsd -DDDDDD &
113
UPSD_PID="$!"
114
- trap 'kill $UPSD_PID ; upsdrvctl stop' 0 1 2 3 15
+ trap 'RES=$?; kill $UPSD_PID ; upsdrvctl stop; exit $RES' 0 1 2 3 15
115
java -jar ./jNutList/target/jNutList-*-jar-with-dependencies.jar $SSL_ARGS -w --setvar driver.debug 1 localhost "${NUT_PORT}" "admin" "${TESTPASS_ADMIN}" || exit
0 commit comments