From ba2188d649c4dbb8ceb6303969b02cdda02491f4 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Wed, 19 Oct 2016 21:19:19 +0200 Subject: [PATCH] Print out diff. --- test/help_output_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/help_output_test.sh b/test/help_output_test.sh index de8dcd7e..e44c024c 100755 --- a/test/help_output_test.sh +++ b/test/help_output_test.sh @@ -6,6 +6,7 @@ rofi -h -config ${TOP_DIR}/doc/test_xr.txt | grep -v "Version"> help-output.txt if ! diff help-output.txt ${TOP_DIR}/doc/help-output.txt > /dev/null then + diff help-output.txt ${TOP_DIR}/doc/help-output.txt echo "Help output does not match." exit 1; fi