mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 02:42:33 -05:00
When both 'broken' and 'failed' test cases appear in unit test output ... ===> Broken tests lib/isc/tests/socket_test:main -> broken: Test case timed out [300.022s] ===> Failed tests lib/isc/tests/time_test:main -> failed: 2 of 6 tests failed [0.006s] ===> Summary ... spurious '===>' string gets matched, that results in the following error: Usage error for command debug: '===>' is not a test case identifier (missing ':'?). Following change makes sure the string is omitted. I checked on FreeBSD and OpenBSD that the AWK construct is supported. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| gdb | ||
| README | ||
| unittest.sh.in | ||
Unit tests for BIND 9 are based on the CMocka testing framework and the Kyua test execution engine. If your distribution of choice doesn't include packages for kyua or cmocka, the sources can be found here: * Kyua 0.13 - https://github.com/jmmv/kyua/releases * CMocka 1.0 - https://cmocka.org/files/