Skip to content

Commit

Permalink
Use --test_output=streamed to workaround missing logs. (bazelbuild#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
philwo authored Feb 11, 2019
1 parent a81fc5c commit 068433b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .bazelci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@ platforms:
test_targets:
- //:go_bazelisk_test
- //:py_bazelisk_test
test_flags:
- --test_output=streamed
ubuntu1604:
test_targets:
- //:go_bazelisk_test
- //:py_bazelisk_test
test_flags:
- --test_output=streamed
ubuntu1804:
test_targets:
- //:go_bazelisk_test
- //:py_bazelisk_test
test_flags:
- --test_output=streamed
macos:
test_targets:
- //:go_bazelisk_test
Expand All @@ -26,3 +32,4 @@ platforms:
- --flaky_test_attempts=1
- --test_env=PATH
- --test_env=PROCESSOR_ARCHITECTURE
- --test_output=streamed

0 comments on commit 068433b

Please sign in to comment.