Testing Call
Markus Friedl
markus at openbsd.org
Thu Jul 18 18:46:54 EST 2002
On Wed, Jul 17, 2002 at 03:04:07PM -0500, Ben Lindstrom wrote:
> For those with pmake install there is regress/ which you can try out. It
> may help any platform issues. I know some platforms will outright fail
> (AIX). Hopefully post 3.5 we can look at supplying gnu make files.
we could ship a simple script:
% cat run-tests.sh
pwd=`pwd`
for test in connect \
proxy-connect \
connect-privsep \
proto-version \
proto-mismatch \
exit-status \
transfer \
stderr-data \
stderr-after-eof \
broken-pipe \
try-ciphers \
yes-head \
agent \
keyscan \
sftp \
forwarding ; do
sh test-exec.sh $pwd $pwd/${test}.sh
done
More information about the openssh-unix-dev
mailing list