Skip to content

Commit ea7f873

Browse files
committed
[sanitizer] Fix BUILD_STEP command
1 parent 58cb365 commit ea7f873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525
SANITIZER_LOG_DIR=$ROOT/sanitizer_logs
2626

2727
function build_step() {
28-
echo "@@@BUILD_STEP ""$@""@@"
28+
echo "@@@BUILD_STEP ""$@""@@@"
2929
CURRENT_STEP="$@"
3030
}
3131

0 commit comments

Comments
 (0)