apps/system/uorb/test/unit_test.c: add orb_copy return judgment.

Signed-off-by: likun17 <likun17@xiaomi.com>
This commit is contained in:
likun17 2023-09-22 16:47:21 +08:00 committed by Xiang Xiao
parent 5c5c6653fd
commit 009c9ad13f

View File

@ -702,7 +702,12 @@ static int test_multi2(void)
0, 0
};
orb_copy(ORB_ID(orb_test_medium_multi), orb_data_cur_fd, &msg);
if (OK != orb_copy(ORB_ID(orb_test_medium_multi),
orb_data_cur_fd, &msg))
{
return test_fail("copy failed: %d", errno);
}
if (last_time >= msg.timestamp && last_time != 0)
{
return test_fail("Timestamp not increasing! (%" PRIu64