]> 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:23:19 +0000 (11:23 +0000)
committerMark Andrews <marka@isc.org>
Thu, 3 Mar 2011 11:23:19 +0000 (11:23 +0000)
unit/unittest.sh.in

index 9ef019a792144a73ce58e7ddf1892c31b4967874..82ba4cc4e4700340f587750a6c92648e803703ce 100644 (file)
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: unittest.sh.in,v 1.2.2.5 2011/03/03 07:59:47 marka Exp $
+# $Id: unittest.sh.in,v 1.2.2.6 2011/03/03 11:23:19 marka Exp $
 
 PATH=${PATH}:@ATFBIN@
 export PATH
 
 if [ -n "@ATFBIN@" ]
 then
-       atf-run | atf-report -o csv:-
+       atf-run | atf-report -o csv:- | cat
 fi