Skip to content

Commit

Permalink
[sanitizer] Invert buildbot_build logic
Browse files Browse the repository at this point in the history
Invalid refactoring in c390505.
  • Loading branch information
vitalybuka committed Jan 24, 2025
1 parent c390505 commit 6fa49b0
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 @@ -586,7 +586,7 @@ function build_failure() {
}

function buildbot_build() {
[[ "${BUILDBOT_BISECT_MODE:-}" == "1" || ! -v BUILDBOT_BUILDERNAME ]]
[[ "${BUILDBOT_BISECT_MODE:-}" != "1" && -v BUILDBOT_BUILDERNAME ]]
}

function build_exception() {
Expand Down

0 comments on commit 6fa49b0

Please sign in to comment.