You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/11/24 15:14:36 UTC

[incubator-nuttx] branch master updated: test: update usrsocktest script

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 6368b29751 test: update usrsocktest script
6368b29751 is described below

commit 6368b2975192d37741a30d585f2109ae0d10592b
Author: nietingting <ni...@xiaomi.com>
AuthorDate: Thu Nov 24 21:26:09 2022 +0800

    test: update usrsocktest script
    
    Signed-off-by: nietingting <ni...@xiaomi.com>
---
 tools/ci/testrun/script/test_example/test_example.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/ci/testrun/script/test_example/test_example.py b/tools/ci/testrun/script/test_example/test_example.py
index 2300bb3d97..596626ec4e 100644
--- a/tools/ci/testrun/script/test_example/test_example.py
+++ b/tools/ci/testrun/script/test_example/test_example.py
@@ -29,5 +29,5 @@ def test_popen(p):
 
 
 def test_usrsocktest(p):
-    ret = p.sendCommand("usrsocktest", "HEAP AFTER TESTS", 60)
+    ret = p.sendCommand("usrsocktest", "FAILED:0", 60)
     assert ret == 0