Must use STRUCT_STAT not "struct stat" to be compatible with other
[rsync.git] / runtests.sh
2002-02-09 Martin PoolAdd $preserve_scratch and $always_log so if you want...
2002-01-11 Martin PoolAdd concept of expected-failure.
2002-01-11 Martin PoolGive cleaner output from "make check"
2002-01-11 Martin PoolImproved test framework and test for hardlink handling
2001-12-14 Martin PoolOnly show test output if it failed.
2001-12-14 Martin PoolMake scratch directory properly.
2001-12-14 Martin PoolClean scratch directory between each test run.
2001-12-02 Martin PoolTypo fix by Tom Schmidt
2001-09-07 Martin PoolDoc.
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...