| Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 1 | #!/bin/sh | 
|  | 2 |  | 
|  | 3 | ptestdir=$(dirname "$(readlink -f "$0")") | 
|  | 4 | cd tests | 
| Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 5 | # omit ssh2.sh until https://github.com/libssh2/libssh2/issues/630 is fixed | 
|  | 6 | for test in simple mansyntax.sh | 
| Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 7 | do | 
|  | 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 | 
|  | 9 | done |