From ea7f873e4b484a144a95f589f93955d60f7c593a Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Wed, 5 Feb 2025 00:30:15 -0800 Subject: [PATCH] [sanitizer] Fix BUILD_STEP command --- zorg/buildbot/builders/sanitizers/buildbot_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zorg/buildbot/builders/sanitizers/buildbot_functions.sh b/zorg/buildbot/builders/sanitizers/buildbot_functions.sh index c82470a4..24ea31e2 100755 --- a/zorg/buildbot/builders/sanitizers/buildbot_functions.sh +++ b/zorg/buildbot/builders/sanitizers/buildbot_functions.sh @@ -25,7 +25,7 @@ fi SANITIZER_LOG_DIR=$ROOT/sanitizer_logs function build_step() { - echo "@@@BUILD_STEP ""$@""@@" + echo "@@@BUILD_STEP ""$@""@@@" CURRENT_STEP="$@" }