ci: corrent the error judgement on mq testcase

Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
ligd 2024-09-25 23:53:11 +08:00 committed by Xiang Xiao
parent 1e7631e695
commit 7cf5e7cb34
1 changed files with 1 additions and 1 deletions

View File

@ -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