From 5b0b2fc2d14774b9534c8a9e622b8e9ac4363fe0 Mon Sep 17 00:00:00 2001 From: Sebastian Avila Date: Tue, 24 Dec 2024 06:16:55 +0000 Subject: [PATCH] Verbose failures Signed-off-by: Sebastian Avila --- .bazelversion | 2 +- ci/do_ci.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.bazelversion b/.bazelversion index f22d756da..a8a188756 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -6.5.0 +7.1.2 diff --git a/ci/do_ci.sh b/ci/do_ci.sh index 37f7a68ca..ea738294f 100755 --- a/ci/do_ci.sh +++ b/ci/do_ci.sh @@ -216,6 +216,8 @@ function do_benchmark_with_own_binaries() { --test_env=HEAPPROFILE= \ --test_env=HEAPCHECK= \ --test_output=all \ + --verbose_failures \ + --verbose_explanations \ --compilation_mode=opt \ --cxxopt=-g \ --cxxopt=-ggdb3 \