From 346f1cec2c2f93f34ea6ee21f4791ff52a003a58 Mon Sep 17 00:00:00 2001 From: Igor Ostapenko Date: Sat, 11 Oct 2025 13:21:09 +0000 Subject: [PATCH] Make "test" command actually report about workdir cleanup issues Signed-off-by: Igor Ostapenko --- drivers/run_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/run_tests.cpp b/drivers/run_tests.cpp index d9294000..3af9a126 100644 --- a/drivers/run_tests.cpp +++ b/drivers/run_tests.cpp @@ -209,7 +209,7 @@ finish_test(scheduler::result_handle_ptr result_handle, hooks.got_result( *test_result_handle->test_program(), test_result_handle->test_case_name(), - test_result_handle->test_result(), + test_result, result_handle->end_time() - result_handle->start_time()); }