cat the output as atf-report truncates stdout

This commit is contained in:
Mark Andrews 2011-03-03 11:22:40 +00:00
parent be6e465b1d
commit 8e6ecf7d60

View 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