[oe-commits] [openembedded-core] 10/28: openssh: explicitly skip unit tests

git at git.openembedded.org git at git.openembedded.org
Tue Jan 21 12:53:30 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit f3e27d8e23df37fb06f77af1583021f471dede51
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Mon Jan 20 18:24:58 2020 +0100

    openssh: explicitly skip unit tests
    
    These tests are already implicitly excluded by not being built.
    This change avoids a confusing failure-but-not-really printed by
    run-ptest.
    
    Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/openssh/openssh/run-ptest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/openssh/openssh/run-ptest b/meta/recipes-connectivity/openssh/openssh/run-ptest
index daf62cc..ae03e92 100755
--- a/meta/recipes-connectivity/openssh/openssh/run-ptest
+++ b/meta/recipes-connectivity/openssh/openssh/run-ptest
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 export TEST_SHELL=sh
+export SKIP_UNIT=1
 
 cd regress
 sed -i "/\t\tagent-ptrace /d" Makefile

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list