From: Alexander Kanavin Date: Mon, 20 Jan 2020 17:24:58 +0000 (+0100) Subject: openssh: explicitly skip unit tests X-Git-Tag: uninative-2.8~478 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f3e27d8e23df37fb06f77af1583021f471dede51;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/openssh/openssh/run-ptest b/meta/recipes-connectivity/openssh/openssh/run-ptest index daf62cca5b..ae03e929b2 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