summaryrefslogtreecommitdiff
path: root/runtests.sh
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
* Allow someone to specify scratchbase=FOO for runtests.sh.Wayne Davison2022-01-091-1/+1
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
* shell: test -a|o is not POSIX (#250)Issam Maghni2021-11-071-4/+4
* Tweak output about skipped tests.Wayne Davison2021-10-171-8/+12
* Change RSYNX_MAX_SKIPPED to RSYNC_EXPECT_SKIPPED.Wayne Davison2021-10-171-4/+14
* Minor cleanup (#214)a13460542021-09-261-2/+2
* Switch to RSYNC_MAX_SKIPPED test setting.Wayne Davison2020-07-221-11/+3
* Add strict (no-skipping) checks and use them.Wayne Davison2020-07-171-1/+12
* Improve FreeBSD tests (#61)Ben RUBSON2020-07-121-1/+1
* Mention how to run a single test.Wayne Davison2020-06-101-8/+17
* 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