From fa23d4fe93020bfde8f45c7cad077117d999c3ed Mon Sep 17 00:00:00 2001 From: "Samuel E. Moelius III" Date: Sat, 18 Sep 2021 18:10:01 -0400 Subject: Implement #85440 --- library/test/src/formatters/junit.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'library/test/src/formatters/junit.rs') diff --git a/library/test/src/formatters/junit.rs b/library/test/src/formatters/junit.rs index aa244807514..f3ae5494906 100644 --- a/library/test/src/formatters/junit.rs +++ b/library/test/src/formatters/junit.rs @@ -27,7 +27,11 @@ impl JunitFormatter { } impl OutputFormatter for JunitFormatter { - fn write_run_start(&mut self, _test_count: usize) -> io::Result<()> { + fn write_run_start( + &mut self, + _test_count: usize, + _shuffle_seed: Option, + ) -> io::Result<()> { // We write xml header on run start self.write_message(&"") } -- cgit 1.4.1-3-g733a5