From 551a08145098e95022efb778308d677db60a67cc Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Thu, 5 Oct 2023 11:25:15 +0100 Subject: refactor(test): support custom writer in PrettyTestReporter (#20783) --- cli/lsp/testing/execution.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/lsp') diff --git a/cli/lsp/testing/execution.rs b/cli/lsp/testing/execution.rs index 9c8c7c98f..3d18bbf24 100644 --- a/cli/lsp/testing/execution.rs +++ b/cli/lsp/testing/execution.rs @@ -404,6 +404,7 @@ impl TestRun { ); } } + test::TestEvent::ForceEndReport => {} test::TestEvent::Sigint => {} } } -- cgit v1.2.3