Skip to content

Commit

Permalink
Update test case to work with Skymeld.
Browse files Browse the repository at this point in the history
Skymeld would print both "Analysis of target //foo failed" (when first encountered the error), and "ERROR: Build of target //foo failed" (as the final message).

PiperOrigin-RevId: 476830397
Change-Id: I34d133bf58cac864c89f4ed0f94ba7a291c94bc9
  • Loading branch information
joeleba authored and copybara-github committed Sep 26, 2022
1 parent c07d97b commit 66f4001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/shell/integration/aspect_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ EOF
&& fail "Expected failure"
local -r exit_code="$?"
[[ "$exit_code" == 1 ]] || fail "Unexpected exit code: $exit_code"
expect_log "ERROR: Analysis of target '//test:brokentarget' failed"
expect_log "Analysis of target '//test:brokentarget' failed"
expect_not_log "Analysis of aspects"
}

Expand Down

0 comments on commit 66f4001

Please sign in to comment.