Skip to content

Commit

Permalink
ci: corrent the error judgement on mq testcase
Browse files Browse the repository at this point in the history
Signed-off-by: ligd <liguiding1@xiaomi.com>
  • Loading branch information
GUIDINGLI authored and xiaoxiang781216 committed Sep 29, 2024
1 parent 1e7631e commit 7cf5e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/testrun/script/test_open_posix/test_openposix_.py
Original file line number Diff line number Diff line change
Expand Up @@ -8359,7 +8359,7 @@ def test_ltp_interfaces_pthread_attr_setschedparam_1_3(p):

def test_ltp_mq_timedsend_speculative_18_2(p):
ret = p.sendCommand(
"ltp_mq_timedsend_speculative_18_2", ["did not fail"], timeout=10
"ltp_mq_timedsend_speculative_18_2", ["did fail on invalid"], timeout=10
)
retID = p.sendCommand("echo $?", "0", timeout=2)
assert ret >= 0
Expand Down

0 comments on commit 7cf5e7c

Please sign in to comment.