Skip to content

Commit

Permalink
[sanitizer] Fix BUILD_STEP command
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Feb 5, 2025
1 parent 58cb365 commit ea7f873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zorg/buildbot/builders/sanitizers/buildbot_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi
SANITIZER_LOG_DIR=$ROOT/sanitizer_logs

function build_step() {
echo "@@@BUILD_STEP ""$@""@@"
echo "@@@BUILD_STEP ""$@""@@@"
CURRENT_STEP="$@"
}

Expand Down

0 comments on commit ea7f873

Please sign in to comment.