Signed-off-by: Alexander Kanavin <[email protected]> --- meta/recipes-support/libssh2/files/run-ptest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-support/libssh2/files/run-ptest b/meta/recipes-support/libssh2/files/run-ptest index 5fd7ec65f6..9e2fce2d24 100644 --- a/meta/recipes-support/libssh2/files/run-ptest +++ b/meta/recipes-support/libssh2/files/run-ptest @@ -2,7 +2,8 @@ ptestdir=$(dirname "$(readlink -f "$0")") cd tests -for test in simple ssh2.sh mansyntax.sh +# omit ssh2.sh until https://github.com/libssh2/libssh2/issues/630 is fixed +for test in simple mansyntax.sh do ./../test-driver --test-name $test --log-file ../$test.log --trs-file ../$test.trs --color-tests no --enable-hard-errors yes --expect-failure no -- ./$test done -- 2.20.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#157183): https://lists.openembedded.org/g/openembedded-core/message/157183 Mute This Topic: https://lists.openembedded.org/mt/86442718/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
