From 8e6ecf7d6023635cd3481081683a777825db34a4 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 3 Mar 2011 11:22:40 +0000 Subject: [PATCH] cat the output as atf-report truncates stdout --- unit/unittest.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/unittest.sh.in b/unit/unittest.sh.in index fa581985b6..e0f70451e9 100644 --- a/unit/unittest.sh.in +++ b/unit/unittest.sh.in @@ -5,5 +5,5 @@ export PATH if [ -n "@ATFBIN@" ] then - atf-run | atf-report -o csv:- + atf-run | atf-report -o csv:- | cat fi