Skip to content

Commit a5db056

Browse files
committed
debugging
1 parent a8f4d03 commit a5db056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelci/system-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ sleep 2
4242

4343
echo -n "Building test binary (no cache): "
4444
ti=$(date +%s)
45-
bazel build //:bazel-remote 2> /dev/null
45+
bazel build //:bazel-remote # 2> /dev/null
4646
tf=$(date +%s)
4747
duration=$((tf - ti))
4848
echo "${duration}s"

0 commit comments

Comments
 (0)