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 8334a0c commit 58cb365Copy full SHA for 58cb365
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -26,6 +26,7 @@ SANITIZER_LOG_DIR=$ROOT/sanitizer_logs
26
27
function build_step() {
28
echo "@@@BUILD_STEP ""$@""@@"
29
+ CURRENT_STEP="$@"
30
}
31
32
function include_config() {
@@ -167,7 +168,7 @@ function buildbot_update {
167
168
169
function print_sanitizer_logs() {
170
if compgen -G "${SANITIZER_LOG_DIR}"/* ; then
- build_step "sanitizer logs"
171
+ build_step "sanitizer logs: ${CURRENT_STEP}"
172
head -n -1 "${SANITIZER_LOG_DIR}"/*
173
buildbot_build && rm -rf "${SANITIZER_LOG_DIR}"/*
174
build_warning
0 commit comments