summaryrefslogtreecommitdiff
path: root/runtests.sh
Commit message (Expand)AuthorAgeFilesLines
* When modifying PATH, export it (for Solaris).Wayne Davison2011-09-151-1/+4
* Allow per-test timeout overrides. Give hardlinks more time.Wayne Davison2009-12-151-1/+7
* Run each testsuite test with a timeout.Wayne Davison2009-12-131-1/+1
* Fixed the "src" symlink in each testtmp subdir.Wayne Davison2008-05-181-1/+4
* Fix some path problems when the build dir is not theWayne Davison2008-05-171-2/+2
* The test of HAVE_LUTIMES accidentally omitted the 'L'.Wayne Davison2008-05-071-1/+1
* Added options to tls.c to allow us to ask for mtime and ownership infoWayne Davison2008-05-061-1/+10
* Check for the setacl command for Tru64 (which doesn't have setfacl).Wayne Davison2007-06-021-2/+5
* Make sure that the scratch dirs have rwx permissions before we tryWayne Davison2007-05-211-1/+1
* Create a symlink back to the source dir in the scratchdir of a test.Wayne Davison2007-05-211-0/+1
* Changed scratchbase from using a "testtmp." name prefix to using aWayne Davison2007-04-141-6/+9
* Modified to recognize FreeBSD's setfacl command.Wayne Davison2006-11-041-2/+2
* Moved some variable setup here from the Makefile and made itWayne Davison2006-10-071-8/+23
* Updated the (commented out) valgrind command.Wayne Davison2006-05-111-1/+1
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-2/+2
* Added support for using solaris's "setfacl -s" in place ofWayne Davison2006-03-161-5/+7
* In the compatibility comments: mention why we don't use grep -q.Wayne Davison2006-02-041-1/+3
* Ignore setfacl unless it tells us that it supports the -k option.Wayne Davison2006-02-041-2/+2
* Scratch-dir normalization from Matt: turn off any default ACLs (ifWayne Davison2006-02-031-0/+9
* Export RUNSHFLAGS.Wayne Davison2005-07-311-0/+1
* One more tweak to the "whoami" code.Wayne Davison2005-02-201-1/+3
* A few improvements to the "test" commands to neaten them up andWayne Davison2005-02-201-18/+11
* Improved the testuser-setting code to try to get it to workWayne Davison2005-02-201-1/+7
* Added a commented-out RSYNC initialization that uses valgrind.Wayne Davison2005-01-171-0/+1
* Collapsed two sed invocations into one.Wayne Davison2005-01-171-1/+1
* If we encounter an error, output the rsyncd.log file, if it exists.Wayne Davison2004-02-041-0/+5
* Try using "id -un" before "whoami" since the latter doesn't exist onWayne Davison2004-01-041-1/+1
* Separated a `cat "..."` command out from inside a double-quoted stringWayne Davison2003-01-211-1/+2
* Jos points out that test -L is still broken on Solaris. Now we try upMartin Pool2002-03-261-0/+9
* If tests are skipped, explain why.Martin Pool2002-03-221-1/+2
* Add /usr/xpg4/bin/ to PATH to help solaris.Martin Pool2002-03-221-0/+3
* Cope on systems without the whoami command.Martin Pool2002-03-221-6/+1
* Show user name and `uname -a` in the test output header, to aid in bugMartin Pool2002-03-141-0/+10
* Add $preserve_scratch and $always_log so if you want to see detailsMartin Pool2002-02-091-7/+11
* Add concept of expected-failure.Martin Pool2002-01-111-0/+7
* Give cleaner output from "make check"Martin Pool2002-01-111-3/+3
* Improved test framework and test for hardlink handlingMartin Pool2002-01-111-25/+40
* Only show test output if it failed.Martin Pool2001-12-141-2/+4
* Make scratch directory properly.Martin Pool2001-12-141-1/+1
* Clean scratch directory between each test run.Martin Pool2001-12-141-4/+7
* Typo fix by Tom SchmidtMartin Pool2001-12-021-1/+1
* Doc.Martin Pool2001-09-071-0/+7
* Remove test trace stuff.Martin Pool2001-09-071-1/+0
* Try to exit 0 if nothing fails.Martin Pool2001-09-071-2/+8
* Debug exit status -- on Sun1/cc all the tests pass, but make sees anMartin Pool2001-09-061-1/+3
* You cannot do "export VAR=VALUE" all on one line; the export must beMartin Pool2001-09-061-0/+3
* BSD machines don't seem to have head(1).Martin Pool2001-09-061-0/+2
* Doc.Martin Pool2001-09-061-1/+17
* Fix comment.Martin Pool2001-09-061-2/+2
* Clean up output a little.Martin Pool2001-09-061-3/+3