mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +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:
@@ -1,9 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
PATH=${PATH}:@ATFBIN@
|
||||
PATH="@ATFBIN@:${PATH}"
|
||||
export PATH
|
||||
|
||||
if [ -n "@ATFBIN@" ]
|
||||
then
|
||||
atf-run | atf-report -o csv:- | cat
|
||||
# | cat is there to force non-fancy output
|
||||
atf-run | atf-report | cat
|
||||
fi
|
||||
|
Reference in New Issue
Block a user