mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
remove csv output so we get a more pretty, human readable output for now. Should we want to change this later, we can change it back, but robie would need to somehow handle the atf output in the first place to make csv useful. Also, put our path first, otherwise it fails on NetBSD.
This commit is contained in:
parent
563d5a557e
commit
bef8fcc7b3
@ -1,9 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
PATH=${PATH}:@ATFBIN@
|
PATH="@ATFBIN@:${PATH}"
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
if [ -n "@ATFBIN@" ]
|
if [ -n "@ATFBIN@" ]
|
||||||
then
|
then
|
||||||
atf-run | atf-report -o csv:- | cat
|
# | cat is there to force non-fancy output
|
||||||
|
atf-run | atf-report | cat
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user