From f2bcb0d2d8ef9f933e9e77e82834a1425309cf77 Mon Sep 17 00:00:00 2001 From: fangxinyong Date: Wed, 10 Jan 2024 14:00:44 +0800 Subject: [PATCH] tools/ci: revert tmp change for apache/nuttx#11498 to pass ci, need revert after all commits are merged Signed-off-by: fangxinyong --- tools/ci/testrun/script/test_os/test_os.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/testrun/script/test_os/test_os.py b/tools/ci/testrun/script/test_os/test_os.py index f379a9ba66106..bd8c6f393863a 100644 --- a/tools/ci/testrun/script/test_os/test_os.py +++ b/tools/ci/testrun/script/test_os/test_os.py @@ -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