]> code.ossystems Code Review - openembedded-core.git/commitdiff
libssh2: skip one of the ptests until openssh 8.8 compatibility is fixed
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 19 Oct 2021 15:34:18 +0000 (17:34 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Oct 2021 16:41:46 +0000 (17:41 +0100)
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>
meta/recipes-support/libssh2/files/run-ptest

index 5fd7ec65f6b8d51d33f010dded46d46d7d7ce73d..9e2fce2d24a791701d19ddaf1e845484ec81ad71 100644 (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