summaryrefslogtreecommitdiff
path: root/runtests.sh
Commit message (Expand)AuthorAgeFilesLines
...
* 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