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 0a4597f commit a4f12a6Copy full SHA for a4f12a6
scaletest/templates/scaletest-runner/startup.sh
@@ -131,6 +131,8 @@ on_exit() {
131
set_appearance "${appearance_json}" "${message_color}" "${service_banner_message} | Scaletest ${message_status}: [${CODER_USER}/${CODER_WORKSPACE}](${CODER_URL}/@${CODER_USER}/${CODER_WORKSPACE})!"
132
133
annotate_grafana_end "" "Start scaletest: ${SCALETEST_COMMENT}"
134
+
135
+ exit "${code}"
136
}
137
trap on_exit EXIT
138
0 commit comments