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

ptestdir=$(dirname "$(readlink -f "$0")")
cd tests
for test in mansyntax.sh test_simple test_sshd.test
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