Skip to content

Commit

Permalink
bazel(ci): only display failed test output
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jul 7, 2023
1 parent b26731d commit 3ac43c3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bazel/docker/archlinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ FROM build AS test
RUN bazel test \
-c opt \
--action_env=BAZEL_CXXOPTS="-std=c++17" \
--test_output=all \
--test_output=errors \
...
2 changes: 1 addition & 1 deletion bazel/docker/centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ FROM build AS test
RUN bazel test \
-c opt \
--action_env=BAZEL_CXXOPTS="-std=c++17" \
--test_output=all \
--test_output=errors \
...
2 changes: 1 addition & 1 deletion bazel/docker/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ FROM build AS test
RUN bazel test \
-c opt \
--action_env=BAZEL_CXXOPTS="-std=c++17" \
--test_output=all \
--test_output=errors \
...
2 changes: 1 addition & 1 deletion bazel/docker/fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ FROM build AS test
RUN bazel test \
-c opt \
--action_env=BAZEL_CXXOPTS="-std=c++17" \
--test_output=all \
--test_output=errors \
...
2 changes: 1 addition & 1 deletion bazel/docker/opensuse/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ FROM build AS test
RUN bazel6 test \
-c opt \
--action_env=BAZEL_CXXOPTS="-std=c++17" \
--test_output=all \
--test_output=errors \
...
2 changes: 1 addition & 1 deletion bazel/docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ FROM build AS test
RUN bazel test \
-c opt \
--action_env=BAZEL_CXXOPTS="-std=c++17" \
--test_output=all \
--test_output=errors \
...

0 comments on commit 3ac43c3

Please sign in to comment.