mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
bazel: streamed test output by default
GitOrigin-RevId: 967be3b6937d40cbda422c0a8683005a95640d9d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e586dbfa8d
commit
be7aac6656
@@ -143,6 +143,10 @@ build --nobuild_runfile_links
|
||||
# https://bazel.build/reference/command-line-reference#build-flag--test_summary
|
||||
test --test_summary=detailed
|
||||
|
||||
# streamed tests output by default
|
||||
# https://bazel.build/reference/command-line-reference#build-flag--test_output
|
||||
test --test_output=streamed
|
||||
|
||||
# https://bazel.build/reference/test-encyclopedia
|
||||
# https://bazel.build/reference/command-line-reference#flag--test_timeout
|
||||
test --test_timeout=60,300,900,14400
|
||||
|
||||
Reference in New Issue
Block a user