summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libssh2/files/run-ptest
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-15 22:25:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-17 18:01:01 +0000
commit57c38ab6d2d23491f194cd11cd001dd46ca5884c (patch)
tree5df5726bb2272068a3b2052fb2cefad074688973 /meta/recipes-support/libssh2/files/run-ptest
parentbdf854311cab5e18242afaefaba5db85be10d63c (diff)
downloadpoky-57c38ab6d2d23491f194cd11cd001dd46ca5884c.tar.gz
libssh2: Clean up ptest patch/coverage
Martin Jansa spotted patchreview.py reports Malformed Upstream-Status in a patch in this recipe. The patch is not being applied since there is no ptest override. The test in question was also disabled due to an issue with new versions of openssh. Add a workaround for the broken test, enable it, drop the broken patch. (From OE-Core rev: e9f2cc084638ce9cb5339df611e473c30f0e40b1) 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-ptest9
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
3ptestdir=$(dirname "$(readlink -f "$0")")
4cd tests
5# omit ssh2.sh until https://github.com/libssh2/libssh2/issues/630 is fixed
6for test in simple mansyntax.sh
7do
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
9done