diff options
| author | Randy MacLeod <randy.macleod@windriver.com> | 2021-02-23 22:01:55 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-26 15:21:20 +0000 |
| commit | fcf428cdb5f0187d983e611cc2fb52611d496811 (patch) | |
| tree | e3670d84e4b6e4022f0e1f072f908784c27b665b /meta/recipes-support/libssh2/files/run-ptest | |
| parent | 53615dae3e84ad4687ef3f0bd1845c088630fca2 (diff) | |
| download | poky-fcf428cdb5f0187d983e611cc2fb52611d496811.tar.gz | |
libssh2: pull in additional commits from meta-oe
b24ef04ae libssh2: Fix build with autoconf 2.70+
d7aa71734 libssh2: enhance ptest
b3e9b51c9 libssh2: fix ptest
f5df715e2 libssh2: enable ptest
c1d1697c5 libssh2: add nativesdk support
3a6cbf246 libssh2: Security Advisory - libssh2 - CVE-2019-17498
40ea4c939 libssh2: upgrade 1.8.2 -> 1.9.0
5a7e65cbf libssh2: Clarify BSD license variant
(From OE-Core rev: 57df134b1be56a688f41851e5ff014dd859c0bc3)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libssh2/files/run-ptest')
| -rw-r--r-- | meta/recipes-support/libssh2/files/run-ptest | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-support/libssh2/files/run-ptest b/meta/recipes-support/libssh2/files/run-ptest new file mode 100644 index 0000000000..5fd7ec65f6 --- /dev/null +++ b/meta/recipes-support/libssh2/files/run-ptest | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | ptestdir=$(dirname "$(readlink -f "$0")") | ||
| 4 | cd tests | ||
| 5 | for test in simple ssh2.sh mansyntax.sh | ||
| 6 | 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 | done | ||
