blob: 1a1cd5c7b96a1d64d759a34bb1f073d16b62b853 [file]
# Print test logs for failed tests
test --test_output=errors
# Mock versioning command to test the --stamp behavior
build --workspace_status_command="echo BUILD_SCM_VERSION 1.2.3"
# Enable debugging tests with --config=debug
test:debug --test_arg=--node_options=--inspect-brk --test_output=streamed --test_strategy=exclusive --test_timeout=9999 --nocache_test_results
# Turn off legacy external runfiles
run --nolegacy_external_runfiles
test --nolegacy_external_runfiles