Improved the usage output.
[rsync/rsync.git] / runtests.sh
2008-05-18 Wayne DavisonFixed the "src" symlink in each testtmp subdir.
2008-05-17 Wayne DavisonFix some path problems when the build dir is not the
2008-05-08 Wayne DavisonThe test of HAVE_LUTIMES accidentally omitted the 'L'.
2008-05-06 Wayne DavisonAdded options to tls.c to allow us to ask for mtime...
2007-06-02 Wayne DavisonCheck for the setacl command for Tru64 (which doesn...
2007-05-21 Wayne DavisonMake sure that the scratch dirs have rwx permissions...
2007-05-21 Wayne DavisonCreate a symlink back to the source dir in the scratchd...
2007-04-14 Wayne DavisonChanged scratchbase from using a "testtmp." name prefix...
2006-11-04 Wayne DavisonModified to recognize FreeBSD's setfacl command.
2006-10-07 Wayne DavisonMoved some variable setup here from the Makefile and...
2006-05-11 Wayne DavisonUpdated the (commented out) valgrind command.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-03-16 Wayne DavisonAdded support for using solaris's "setfacl -s" in place of
2006-02-04 Wayne DavisonIn the compatibility comments: mention why we don...
2006-02-04 Wayne DavisonIgnore setfacl unless it tells us that it supports...
2006-02-03 Wayne DavisonScratch-dir normalization from Matt: turn off any defau...
2005-07-31 Wayne DavisonExport RUNSHFLAGS.
2005-02-20 Wayne DavisonOne more tweak to the "whoami" code.
2005-02-20 Wayne DavisonA few improvements to the "test" commands to neaten...
2005-02-20 Wayne DavisonImproved the testuser-setting code to try to get it...
2005-01-17 Wayne DavisonAdded a commented-out RSYNC initialization that uses...
2005-01-17 Wayne DavisonCollapsed two sed invocations into one.
2004-02-04 Wayne DavisonIf we encounter an error, output the rsyncd.log file...
2004-01-04 Wayne DavisonTry using "id -un" before "whoami" since the latter...
2003-01-21 Wayne DavisonSeparated a `cat "..."` command out from inside a doubl...
2002-03-26 Martin PoolJos points out that test -L is still broken on Solaris...
2002-03-22 Martin PoolIf tests are skipped, explain why.
2002-03-22 Martin PoolAdd /usr/xpg4/bin/ to PATH to help solaris.
2002-03-22 Martin PoolCope on systems without the whoami command.
2002-03-14 Martin PoolShow user name and `uname -a` in the test output header...
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...