Add a little implementation of ls(1) so that we can look at all and
[rsync.git] / runtests.sh
2001-09-07 Martin PoolRemove test trace stuff.
2001-09-07 Martin PoolTry to exit 0 if nothing fails.
2001-09-06 Martin PoolDebug exit status -- on Sun1/cc all the tests pass...
2001-09-06 Martin PoolYou cannot do "export VAR=VALUE" all on one line; the...
2001-09-06 Martin PoolBSD machines don't seem to have head(1).
2001-09-06 Martin PoolDoc.
2001-09-06 Martin PoolFix comment.
2001-09-06 Martin PoolClean up output a little.
2001-08-31 Martin PoolFix sh syntax for FreeBSD.
2001-08-30 Martin PoolRun all scripts in the testsuite/ directory, not just...
2001-08-30 Martin PoolOn BSD, this seemed to always exit after test failure...
2001-08-29 Martin PoolApparently `set -x' in the shell works on some Bourne...
2001-08-29 Martin PoolApparently '!' to invert a pipeline result doesn't...
2001-08-29 Martin PoolReturn the *number of tests that failed*, so that it...
2001-08-29 Martin PoolCleanup check_logs feature.
2001-08-29 Martin Pool$RSYNC and similar variables must be set to absolute...
2001-08-29 Martin PoolCount overall failure if some expected scripts were...
2001-08-29 Martin PoolMore test case work:
2001-08-29 Martin PoolRedraft testsuite driver script to unify 'make check...