mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
Print out diff.
This commit is contained in:
parent
a78d0b53fc
commit
ba2188d649
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue