Skip to content

Commit 58cb365

Browse files
committed
[sanitizer] Make "sanitizer logs" name unique
1 parent 8334a0c commit 58cb365

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ SANITIZER_LOG_DIR=$ROOT/sanitizer_logs
2626

2727
function build_step() {
2828
echo "@@@BUILD_STEP ""$@""@@"
29+
CURRENT_STEP="$@"
2930
}
3031

3132
function include_config() {
@@ -167,7 +168,7 @@ function buildbot_update {
167168

168169
function print_sanitizer_logs() {
169170
if compgen -G "${SANITIZER_LOG_DIR}"/* ; then
170-
build_step "sanitizer logs"
171+
build_step "sanitizer logs: ${CURRENT_STEP}"
171172
head -n -1 "${SANITIZER_LOG_DIR}"/*
172173
buildbot_build && rm -rf "${SANITIZER_LOG_DIR}"/*
173174
build_warning

0 commit comments

Comments
 (0)