X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fapp_test%2Freceiver.c;h=e5f6d41e335fddd1dfd42cae93d03b3b154aeac4;hb=refs%2Fchanges%2F34%2F11234%2F5;hp=6f739a568270acf318001056232c7e1aee69ce8b;hpb=de63b2996a1144b55ccaaf7ad552170d18478d5c;p=ric-plt%2Flib%2Frmr.git diff --git a/test/app_test/receiver.c b/test/app_test/receiver.c index 6f739a5..e5f6d41 100644 --- a/test/app_test/receiver.c +++ b/test/app_test/receiver.c @@ -228,7 +228,7 @@ int main( int argc, char** argv ) { } fprintf( stderr, " mtype histogram: %s\n", wbuf ); - fprintf( stderr, " [%s] %ld messages; good=%ld acked=%ld bad=%ld bad-trace=%ld bad-sub_id=%ld\n", + fprintf( stderr, " [%s] %ld messages; good=%ld acked=%ld bad=%ld bad-trace=%ld bad-sub_id=%ld\n", !!(errors + bad + bad_tr) ? "FAIL" : "PASS", count, good, ack_count, bad, bad_tr, bad_sid ); sleep( 2 ); // let any outbound acks flow before closing