]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
cat the output as atf-report truncates stdout
authorMark Andrews <marka@isc.org>
Thu, 3 Mar 2011 11:22:40 +0000 (11:22 +0000)
committerMark Andrews <marka@isc.org>
Thu, 3 Mar 2011 11:22:40 +0000 (11:22 +0000)
unit/unittest.sh.in

index fa581985b67d219c629ddcd05a2c5782fb13a697..e0f70451e9fe1f53f5ad6e97765f973843bed60c 100644 (file)
@@ -5,5 +5,5 @@ export PATH
 
 if [ -n "@ATFBIN@" ]
 then
-       atf-run | atf-report -o csv:-
+       atf-run | atf-report -o csv:- | cat
 fi