summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssh/openssh/run-ptest
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-01-20 18:24:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-21 12:52:53 +0000
commitef3fc752e6543abc2e55b4d69a65de65d146c925 (patch)
treef178e5034c89e0eb5d3c4a2a44c553045d280c1c /meta/recipes-connectivity/openssh/openssh/run-ptest
parentca9a8fb991f4ec636939d949d24fe742f1922c49 (diff)
downloadpoky-ef3fc752e6543abc2e55b4d69a65de65d146c925.tar.gz
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. (From OE-Core rev: f3e27d8e23df37fb06f77af1583021f471dede51) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssh/openssh/run-ptest')
-rwxr-xr-xmeta/recipes-connectivity/openssh/openssh/run-ptest1
1 files changed, 1 insertions, 0 deletions
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 @@
1#!/bin/sh 1#!/bin/sh
2 2
3export TEST_SHELL=sh 3export TEST_SHELL=sh
4export SKIP_UNIT=1
4 5
5cd regress 6cd regress
6sed -i "/\t\tagent-ptrace /d" Makefile 7sed -i "/\t\tagent-ptrace /d" Makefile