diff options
Diffstat (limited to 'meta-oe/recipes-support/libssh2/files/run-ptest')
| -rw-r--r-- | meta-oe/recipes-support/libssh2/files/run-ptest | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libssh2/files/run-ptest b/meta-oe/recipes-support/libssh2/files/run-ptest new file mode 100644 index 0000000000..2a7922f1aa --- /dev/null +++ b/meta-oe/recipes-support/libssh2/files/run-ptest | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | ptestdir=$(dirname "$(readlink -f "$0")") | ||
| 4 | for test in $(ls $ptestdir/tests) | ||
| 5 | do | ||
| 6 | ./test-driver --test-name $test --log-file $test.log --trs-file $test.trs --color-tests no --enable-hard-errors yes --expect-failure no -- ./tests/$test | ||
| 7 | done | ||
