From 92ee9f13a8543edba88f84186958135332e42f3a Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Wed, 18 Mar 2015 16:21:49 -0700 Subject: [PATCH] Add output to expected output generator --- tests/gen_expected.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/gen_expected.sh b/tests/gen_expected.sh index 0dc3f8a..2226466 100755 --- a/tests/gen_expected.sh +++ b/tests/gen_expected.sh @@ -1,2 +1,11 @@ dfmt --braces=allman $1.d > allman/$1.d.ref dfmt --braces=otbs $1.d > otbs/$1.d.ref + +echo "------------------" +echo "allman:" +echo "------------------" +cat allman/$1.d.ref +echo "------------------" +echo "otbs:" +echo "------------------" +cat otbs/$1.d.ref