Skip to content

Commit 7976168

Browse files
committed
[sanitizer] Add more sleeps and new lines
Server ignores some "@@@STEP_WARNINGS@@@"
1 parent 02abe11 commit 7976168

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,11 @@ function build_exception() {
601601
}
602602

603603
function build_warning() {
604+
echo
604605
sleep 5
605606
echo "@@@STEP_WARNINGS@@@"
607+
echo
608+
sleep 5
606609
buildbot_build || exit 2
607610
}
608611

0 commit comments

Comments
 (0)