mirror of
https://github.com/apache/nuttx.git
synced 2026-09-22 22:55:02 +08:00
tools/ci: revert tmp change
for apache/nuttx#11498 to pass ci, need revert after all commits are merged Signed-off-by: fangxinyong <fangxinyong@xiaomi.com>
This commit is contained in:
@@ -28,7 +28,7 @@ def test_cxxtest(p):
|
||||
def test_scanftest(p):
|
||||
if p.board in do_not_support:
|
||||
pytest.skip("unsupported at {}".format(p.board))
|
||||
ret = p.sendCommand("scanftest", "Scanf tests done")
|
||||
ret = p.sendCommand("scanftest", "FAILED: 0")
|
||||
assert ret == 0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user