Skip to content

Commit

Permalink
Remove 'locally' from test_output=streamed warning
Browse files Browse the repository at this point in the history
Tests running locally doesn't actually seem to be forced when using
--test_output=streamed.
  • Loading branch information
keith committed Jan 17, 2025
1 parent 67c89b3 commit a24d845
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public BlazeCommandResult exec(CommandEnvironment env, OptionsParsingResult opti
TestOutputFormat testOutput = options.getOptions(ExecutionOptions.class).testOutput;
if (testOutput == ExecutionOptions.TestOutputFormat.STREAMED) {
env.getReporter().handle(Event.warn(
"Streamed test output requested. All tests will be run locally, without sharding, "
"Streamed test output requested. All tests will be run without sharding, "
+ "one at a time"));
}

Expand Down

0 comments on commit a24d845

Please sign in to comment.