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:
fangxinyong
2024-01-10 01:58:53 -08:00
committed by Xiang Xiao
parent c479ccb8aa
commit f2bcb0d2d8
+1 -1
View File
@@ -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