split run_tests_invocations to separate targets

pull/20206/head
Jan Tattermusch 5 years ago
parent 243b43d6cc
commit 218e7b0c54
  1. 2
      tools/run_tests/run_tests_matrix.py

@ -605,7 +605,7 @@ if __name__ == "__main__":
report_utils.render_junit_xml_report(
resultset,
_report_filename('run_tests_invocations'),
suite_name='run_tests_invocations')
suite_name='run_tests_invocations', split_by_target=True)
if num_failures == 0:
jobset.message(

Loading…
Cancel
Save