X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsr_si_static_test.c;h=b86ab891cdff10b2f896151d0d68e1e77edfe815;hb=refs%2Fchanges%2F85%2F10285%2F2;hp=213a08b1f7868eaa10f27ce1de8f11d2626ecd66;hpb=8c6756d9d6f94beca0bc382f97383ca5e79d16c7;p=ric-plt%2Flib%2Frmr.git diff --git a/test/sr_si_static_test.c b/test/sr_si_static_test.c index 213a08b..b86ab89 100644 --- a/test/sr_si_static_test.c +++ b/test/sr_si_static_test.c @@ -1,8 +1,8 @@ // : vi ts=4 sw=4 noet : /* ================================================================================== - Copyright (c) 2020 Nokia - Copyright (c) 2020 AT&T Intellectual Property. + Copyright (c) 2020-2021 Nokia + Copyright (c) 2020-2021 AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -277,6 +277,6 @@ static int sr_si_test() { dump_n( payload_str, "A dump", strlen( payload_str ) ); dump_40( payload_str, "another dump" ); - return !!errors; + return errors; }