summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-19 21:19:19 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-19 21:19:19 +0200
commitba2188d649c4dbb8ceb6303969b02cdda02491f4 (patch)
treef8c977e9ade5671d873997068deda92a6f1175ff /test
parenta78d0b53fc87ed14854d72638e35c9e7a2a2a6fc (diff)
Print out diff.
Diffstat (limited to 'test')
-rwxr-xr-xtest/help_output_test.sh1
1 files changed, 1 insertions, 0 deletions
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