diff options
-rw-r--r-- | meta/recipes-support/libssh2/files/run-ptest | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
2 | 2 | ||
3 | ptestdir=$(dirname "$(readlink -f "$0")") | 3 | ptestdir=$(dirname "$(readlink -f "$0")") |
4 | cd tests | 4 | cd tests |
5 | for test in simple ssh2.sh mansyntax.sh | 5 | # omit ssh2.sh until https://github.com/libssh2/libssh2/issues/630 is fixed |
6 | for test in simple mansyntax.sh | ||
6 | do | 7 | do |
7 | ./../test-driver --test-name $test --log-file ../$test.log --trs-file ../$test.trs --color-tests no --enable-hard-errors yes --expect-failure no -- ./$test | 8 | ./../test-driver --test-name $test --log-file ../$test.log --trs-file ../$test.trs --color-tests no --enable-hard-errors yes --expect-failure no -- ./$test |
8 | done | 9 | done |