diff options
| -rw-r--r-- | tests/include/testing.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |
