]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssh: explicitly skip unit tests
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 20 Jan 2020 17:24:58 +0000 (18:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Jan 2020 12:52:48 +0000 (12:52 +0000)
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@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssh/openssh/run-ptest

index daf62cca5b1efc2a6a13bc413e14c25b8aed7b82..ae03e929b24c987c4249ee0e23cabc9b871616cf 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 export TEST_SHELL=sh
+export SKIP_UNIT=1
 
 cd regress
 sed -i "/\t\tagent-ptrace /d" Makefile