summaryrefslogtreecommitdiff
path: root/cli/tools/test/reporters/junit.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tools/test/reporters/junit.rs')
-rw-r--r--cli/tools/test/reporters/junit.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tools/test/reporters/junit.rs b/cli/tools/test/reporters/junit.rs
index 9f82b9239..464f47b8d 100644
--- a/cli/tools/test/reporters/junit.rs
+++ b/cli/tools/test/reporters/junit.rs
@@ -158,6 +158,11 @@ impl TestReporter for JunitTestReporter {
}
}
+ fn report_completed(&mut self) {
+ // TODO(mmastrac): This reporter does not handle stdout/stderr yet, and when we do, we may need to redirect
+ // pre-and-post-test output somewhere.
+ }
+
fn flush_report(
&mut self,
elapsed: &Duration,