summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libssh2/libssh2/run-ptest
blob: 5e7426f79df95a2937a80b9eb29b2d773ac829c2 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

ptestdir=$(dirname "$(readlink -f "$0")")
cd tests
for test in simple mansyntax.sh ssh2.sh
do
	./../test-driver --test-name $test --log-file ../$test.log --trs-file ../$test.trs --color-tests no --enable-hard-errors yes --expect-failure no -- ./$test
done