mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-18 03:28:52 -04:00
Enforce TAP output from cmocka based unit tests
(cherry picked from commit bd2ddec58f)
This commit is contained in:
parent
b0745fb156
commit
4c8112ec01
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ PATH="@ATFBIN@:${PATH}"
|
|||
export PATH
|
||||
ATFRUN=`command -v atf-run 2>/dev/null`
|
||||
KYUA=`command -v kyua 2>/dev/null`
|
||||
CMOCKA_MESSAGE_OUTPUT=TAP
|
||||
export CMOCKA_MESSAGE_OUTPUT
|
||||
|
||||
status=0
|
||||
if [ -n "@UNITTESTS@" -a -x "$ATFRUN" -a -f Atffile ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue