mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
cat the output as atf-report truncates stdout
This commit is contained in:
parent
be6e465b1d
commit
8e6ecf7d60
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@ export PATH
|
|||
|
||||
if [ -n "@ATFBIN@" ]
|
||||
then
|
||||
atf-run | atf-report -o csv:-
|
||||
atf-run | atf-report -o csv:- | cat
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue