<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/src/testsuite/tests.sh, branch rel-27</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-27</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-27'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2024-04-05T21:16:07+00:00</updated>
<entry>
<title>Test suite: clean up scripts</title>
<updated>2024-04-05T21:16:07+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-03-31T17:53:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=7e78c293a97239f895b862836c65c4b755abdc52'/>
<id>urn:sha1:7e78c293a97239f895b862836c65c4b755abdc52</id>
<content type='text'>
- Reformat code.
- Cleanup some glitches, streamline scripts ...
- Enable "set -u": Error on unset variables.
- Detect "$srcdir" in prep-server3 script, too.
</content>
</entry>
<entry>
<title>Testsuite: Test for the openssl command before using it</title>
<updated>2024-01-23T13:43:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-01-23T13:41:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=951c8b84ab926298bf2fb05a172cf75d80300289'/>
<id>urn:sha1:951c8b84ab926298bf2fb05a172cf75d80300289</id>
<content type='text'>
And skip the tests calling it instead of failing!
</content>
</entry>
<entry>
<title>Test suite/platformtest.sh: Detect when tests have been skipped</title>
<updated>2014-06-04T10:15:23+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-06-04T10:15:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=3de972e0bdbb5da7b13db5628e5373e3ec57cf51'/>
<id>urn:sha1:3de972e0bdbb5da7b13db5628e5373e3ec57cf51</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Test suite: correctly execute tests when stdout is redirected</title>
<updated>2012-11-13T21:46:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-11-13T21:41:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=8061056cec2a4105212d257fcb278b3248c41e4c'/>
<id>urn:sha1:8061056cec2a4105212d257fcb278b3248c41e4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test suite: make expect scripts more verbose</title>
<updated>2012-10-06T21:17:07+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-09-24T21:05:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=de2fa78d92447d2acc3d349b8044524f5b616f59'/>
<id>urn:sha1:de2fa78d92447d2acc3d349b8044524f5b616f59</id>
<content type='text'>
Now tests.sh transforms each expect script it executes using sed(1)
and inserts a 'puts -nonewline stderr "."' in front of each "expect"
command.
</content>
</entry>
<entry>
<title>Test suite: remove indentation of messages</title>
<updated>2012-10-06T21:17:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-09-24T20:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=8bede388af99cee1b0b32c108ca4704548c0b790'/>
<id>urn:sha1:8bede388af99cee1b0b32c108ca4704548c0b790</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test suite: don't use "mkdir -p"</title>
<updated>2012-09-26T22:57:37+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-09-26T22:56:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=cf9f9e1f30857d615fed9b83d3d58167c8a3d0ed'/>
<id>urn:sha1:cf9f9e1f30857d615fed9b83d3d58167c8a3d0ed</id>
<content type='text'>
"mkdir -p" is not supported on all platforms.
Tested with Apple A/UX 3.1.x.
</content>
</entry>
<entry>
<title>Fixed echo without newline for systems not understanding "echo -n"; added</title>
<updated>2004-09-06T22:04:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2004-09-06T22:04:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=450251f082e0d9b4b1cbdf803e061ca5b5fcf9ab'/>
<id>urn:sha1:450251f082e0d9b4b1cbdf803e061ca5b5fcf9ab</id>
<content type='text'>
new file "functions.inc" for functions usable by all test scripts.
</content>
</entry>
<entry>
<title>Enhanced messages and exit codes.</title>
<updated>2004-09-04T19:14:46+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2004-09-04T19:14:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=c5bdd86f96906a5367568d5210be59d1d36677e5'/>
<id>urn:sha1:c5bdd86f96906a5367568d5210be59d1d36677e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set $srcdir if not already set by make.</title>
<updated>2004-09-04T14:22:38+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2004-09-04T14:22:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=9ddb93478491336d531a1705a199c6e3cb27ca60'/>
<id>urn:sha1:9ddb93478491336d531a1705a199c6e3cb27ca60</id>
<content type='text'>
</content>
</entry>
</feed>
