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:
parent
f43701c7c9
commit
2d8fc9522f
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue