Print out diff.

This commit is contained in:
Dave Davenport 2016-10-19 21:19:19 +02:00
parent a78d0b53fc
commit ba2188d649
1 changed files with 1 additions and 0 deletions

View File

@ -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