1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

libssh2: skip one of the ptests until openssh 8.8 compatibility is fixed

(From OE-Core rev: 0a4275e61ec719247ddd1df5950ad570e8d3af02)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2021-10-19 17:34:18 +02:00
committed by Richard Purdie
parent e76d5c9140
commit af067d427f
+2 -1
View File
@@ -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