Skip to content

Commit

Permalink
flag order
Browse files Browse the repository at this point in the history
  • Loading branch information
yashykt committed Nov 15, 2024
1 parent 9749dda commit d0e9414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/internal_ci/windows/bazel_rbe.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ bazel --version

python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path bazel_rbe

call bazel_rbe/bazel_wrapper.bat --bazelrc=tools/remote_build/windows.bazelrc --output_user_root=T:\_bazel_output test %BAZEL_FLAGS% -- //test/core/telemetry:metrics_test --runs_per_test=1000 || exit /b 1
call bazel_rbe/bazel_wrapper.bat --bazelrc=tools/remote_build/windows.bazelrc --output_user_root=T:\_bazel_output test %BAZEL_FLAGS% --runs_per_test=1000 -- //test/core/telemetry:metrics_test || exit /b 1

0 comments on commit d0e9414

Please sign in to comment.