From dbbd423b4a57267ded4fab80bdd54b5eca2cedb3 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 16 Jun 2026 13:04:23 -0400 Subject: tests: Do not print the reason message for tests that passed when a failure occurs --- tests/include/testing.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/include') diff --git a/tests/include/testing.h b/tests/include/testing.h index d11398c..393ab0b 100644 --- a/tests/include/testing.h +++ b/tests/include/testing.h @@ -76,6 +76,7 @@ inline void stasis_testing_record_result_summary() { do_message = 1; #endif strcpy(status_msg, "PASS"); + do_reason = 0; passed++; } if (do_message) { -- cgit