From 550bcecc0ff740ce6aca70f71013e60fe5e32f20 Mon Sep 17 00:00:00 2001 From: Jamison Lahman Date: Fri, 19 Nov 2021 10:00:26 -0800 Subject: [PATCH] fix .bazelrc --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 67cf548..b98fc09 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1 +1 @@ -test - -test_output = errors +test --test_output=errors