Skip to content

Commit

Permalink
TMP: verbose failures
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Nov 22, 2024
1 parent 9830072 commit abc6d14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/shell/bazel/bazel_determinism_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function test_determinism() {
--lockfile_mode=update \
--override_repository=$(cat derived/maven/MAVEN_CANONICAL_REPO_NAME)=derived/maven \
--nostamp \
--verbose_failures \
//src:bazel &> $TEST_log || fail "First build failed"
expect_not_log WARNING
expect_not_log ERROR
Expand All @@ -100,6 +101,7 @@ function test_determinism() {
--lockfile_mode=update \
--override_repository=$(cat derived/maven/MAVEN_CANONICAL_REPO_NAME)=derived/maven \
--nostamp \
--verbose_failures \
//src:bazel &> $TEST_log || fail "Second build failed"
expect_not_log WARNING
expect_not_log ERROR
Expand Down

0 comments on commit abc6d14

Please sign in to comment.