mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
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:
@@ -7,7 +7,7 @@ do_not_support = ["sabre-6quad", "rv-virt", "rv-virt64", "esp32c3-devkit", "bl60
|
|||||||
|
|
||||||
|
|
||||||
def test_ostest(p):
|
def test_ostest(p):
|
||||||
ret = p.sendCommand("ostest", "Exiting with status", 300)
|
ret = p.sendCommand("ostest", "Exiting with status 0", 300)
|
||||||
assert ret == 0
|
assert ret == 0
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user