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