Skip to content

Commit

Permalink
tools/ci: revert tmp change
Browse files Browse the repository at this point in the history
for #11498 to pass ci, need revert after all commits are merged

Signed-off-by: fangxinyong <fangxinyong@xiaomi.com>
  • Loading branch information
fxysunshine authored and xiaoxiang781216 committed Jan 10, 2024
1 parent c479ccb commit f2bcb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/testrun/script/test_os/test_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit f2bcb0d

Please sign in to comment.