summary refs log tree commit diff
path: root/src/testsuite/tests.sh
AgeCommit message (Collapse)Author
2014-06-04Test suite/platformtest.sh: Detect when tests have been skippedAlexander Barton
Detect if some tests have been skipped, for example when telnet(1) or expect(1) is missing: ./contrib/platformtest.sh will echo a warning message now.
2012-11-13Test suite: correctly execute tests when stdout is redirectedAlexander Barton
2012-10-06Test suite: make expect scripts more verboseAlexander Barton
Now tests.sh transforms each expect script it executes using sed(1) and inserts a 'puts -nonewline stderr "."' in front of each "expect" command.
2012-10-06Test suite: remove indentation of messagesAlexander Barton
2012-09-27Test suite: don't use "mkdir -p"Alexander Barton
"mkdir -p" is not supported on all platforms. Tested with Apple A/UX 3.1.x.
2004-09-06Fixed echo without newline for systems not understanding "echo -n"; addedAlexander Barton
new file "functions.inc" for functions usable by all test scripts.
2004-09-04Enhanced messages and exit codes.Alexander Barton
2004-09-04Set $srcdir if not already set by make.Alexander Barton
2003-08-22Enhanced testsuite, should run under GNU/Hurd now.Alexander Barton
2002-09-12- ${srcdir} wird nun beachtet.Alexander Barton
2002-09-09- EXTRA_DIST ergaenzt, clean-Target erweitert.Alexander Barton
- neues Script "stress-server.sh" integriert.
2002-09-09- Test-Suite fuer den ngIRCd begonnen.Alexander Barton