summaryrefslogtreecommitdiff
path: root/runtests.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix sh syntax for FreeBSD.Martin Pool2001-08-311-0/+3
* Run all scripts in the testsuite/ directory, not just named ones. I'dMartin Pool2001-08-301-8/+2
* On BSD, this seemed to always exit after test failure. Try differentMartin Pool2001-08-301-1/+4
* Apparently `set -x' in the shell works on some Bourne shells, but not SCO.Martin Pool2001-08-291-2/+5
* Apparently '!' to invert a pipeline result doesn't work on UnixWare.Martin Pool2001-08-291-2/+2
* Return the *number of tests that failed*, so that it will show upMartin Pool2001-08-291-7/+6
* Cleanup check_logs feature.Martin Pool2001-08-291-2/+1
* $RSYNC and similar variables must be set to absolute path so that itMartin Pool2001-08-291-2/+5
* Count overall failure if some expected scripts were missing.Martin Pool2001-08-291-2/+5
* More test case work:Martin Pool2001-08-291-8/+49
* Redraft testsuite driver script to unify 'make check', 'makeMartin Pool2001-08-291-0/+137