diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 77bd958bd5d75cc554063cffadcb6d3e4a6d0dcd..4d2c731173a6b7dcdf0b3c78b9965a9213268712 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -6891,6 +6891,7 @@ AST_TEST_DEFINE(test_meetme_data_provider) dispose_conf(cnf); ast_hangup(chan); + ast_test_status_update(test, "If this message prints and a failure is still recorded, then something is really wrong with the test framework\n"); return AST_TEST_PASS; } #endif diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index 53e6282cdf40842a1566d0e52f9f90dccf0b1a5d..e43758333dcc31a0b410563ca7cad48e8fde6f67 100644 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -13994,6 +13994,7 @@ AST_TEST_DEFINE(test_iax2_users_get) ao2_unlink(users, user); user_unref(user); + ast_test_status_update(test, "If this message prints and a failure is still recorded, then something is really wrong with the test framework\n"); return AST_TEST_PASS; } #endif