diff options
Diffstat (limited to 'meta/recipes-support/libssh2/files/run-ptest')
| -rw-r--r-- | meta/recipes-support/libssh2/files/run-ptest | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/recipes-support/libssh2/files/run-ptest b/meta/recipes-support/libssh2/files/run-ptest deleted file mode 100644 index 9e2fce2d24..0000000000 --- a/meta/recipes-support/libssh2/files/run-ptest +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | ptestdir=$(dirname "$(readlink -f "$0")") | ||
| 4 | cd tests | ||
| 5 | # omit ssh2.sh until https://github.com/libssh2/libssh2/issues/630 is fixed | ||
| 6 | for test in simple mansyntax.sh | ||
| 7 | do | ||
| 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 | ||
| 9 | done | ||
