ci: add error status check for ostest

ostest should return OK (0) if successful.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
Michal Lenc 2023-10-18 12:25:28 +02:00 committed by Xiang Xiao
parent f43701c7c9
commit 2d8fc9522f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ do_not_support = ["sabre-6quad", "rv-virt", "rv-virt64", "esp32c3-devkit", "bl60
def test_ostest(p):
ret = p.sendCommand("ostest", "Exiting with status", 300)
ret = p.sendCommand("ostest", "Exiting with status 0", 300)
assert ret == 0