Age | Commit message (Expand) | Author | Files | Lines |
2004-02-04 | If we encounter an error, output the rsyncd.log file, if it exists. | Wayne Davison | 1 | -0/+5 |
2004-01-04 | Try using "id -un" before "whoami" since the latter doesn't exist on | Wayne Davison | 1 | -1/+1 |
2003-01-21 | Separated a `cat "..."` command out from inside a double-quoted string | Wayne Davison | 1 | -1/+2 |
2002-03-26 | Jos points out that test -L is still broken on Solaris. Now we try up | Martin Pool | 1 | -0/+9 |
2002-03-22 | If tests are skipped, explain why. | Martin Pool | 1 | -1/+2 |
2002-03-22 | Add /usr/xpg4/bin/ to PATH to help solaris. | Martin Pool | 1 | -0/+3 |
2002-03-22 | Cope on systems without the whoami command. | Martin Pool | 1 | -6/+1 |
2002-03-14 | Show user name and `uname -a` in the test output header, to aid in bug | Martin Pool | 1 | -0/+10 |
2002-02-09 | Add $preserve_scratch and $always_log so if you want to see details | Martin Pool | 1 | -7/+11 |
2002-01-11 | Add concept of expected-failure. | Martin Pool | 1 | -0/+7 |
2002-01-11 | Give cleaner output from "make check" | Martin Pool | 1 | -3/+3 |
2002-01-11 | Improved test framework and test for hardlink handling | Martin Pool | 1 | -25/+40 |
2001-12-14 | Only show test output if it failed. | Martin Pool | 1 | -2/+4 |
2001-12-14 | Make scratch directory properly. | Martin Pool | 1 | -1/+1 |
2001-12-14 | Clean scratch directory between each test run. | Martin Pool | 1 | -4/+7 |
2001-12-02 | Typo fix by Tom Schmidt | Martin Pool | 1 | -1/+1 |
2001-09-07 | Doc. | Martin Pool | 1 | -0/+7 |
2001-09-07 | Remove test trace stuff. | Martin Pool | 1 | -1/+0 |
2001-09-07 | Try to exit 0 if nothing fails. | Martin Pool | 1 | -2/+8 |
2001-09-06 | Debug exit status -- on Sun1/cc all the tests pass, but make sees an | Martin Pool | 1 | -1/+3 |
2001-09-06 | You cannot do "export VAR=VALUE" all on one line; the export must be | Martin Pool | 1 | -0/+3 |
2001-09-06 | BSD machines don't seem to have head(1). | Martin Pool | 1 | -0/+2 |
2001-09-06 | Doc. | Martin Pool | 1 | -1/+17 |
2001-09-06 | Fix comment. | Martin Pool | 1 | -2/+2 |
2001-09-06 | Clean up output a little. | Martin Pool | 1 | -3/+3 |
2001-08-31 | Fix sh syntax for FreeBSD. | Martin Pool | 1 | -0/+3 |
2001-08-30 | Run all scripts in the testsuite/ directory, not just named ones. I'd | Martin Pool | 1 | -8/+2 |
2001-08-30 | On BSD, this seemed to always exit after test failure. Try different | Martin Pool | 1 | -1/+4 |
2001-08-29 | Apparently `set -x' in the shell works on some Bourne shells, but not SCO. | Martin Pool | 1 | -2/+5 |
2001-08-29 | Apparently '!' to invert a pipeline result doesn't work on UnixWare. | Martin Pool | 1 | -2/+2 |
2001-08-29 | Return the *number of tests that failed*, so that it will show up | Martin Pool | 1 | -7/+6 |
2001-08-29 | Cleanup check_logs feature. | Martin Pool | 1 | -2/+1 |
2001-08-29 | $RSYNC and similar variables must be set to absolute path so that it | Martin Pool | 1 | -2/+5 |
2001-08-29 | Count overall failure if some expected scripts were missing. | Martin Pool | 1 | -2/+5 |
2001-08-29 | More test case work: | Martin Pool | 1 | -8/+49 |
2001-08-29 | Redraft testsuite driver script to unify 'make check', 'make | Martin Pool | 1 | -0/+137 |