mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
Print out diff of failing match
This commit is contained in:
parent
f3dc9f94f3
commit
8d2da410df
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ rofi -config ${TOP_DIR}/doc/test_xr.txt -dump-xresources | grep -v "rofi.display
|
||||||
if ! diff temp.txt ${TOP_DIR}/doc/test_xr.txt > /dev/null
|
if ! diff temp.txt ${TOP_DIR}/doc/test_xr.txt > /dev/null
|
||||||
then
|
then
|
||||||
echo "Dump xresources does not match."
|
echo "Dump xresources does not match."
|
||||||
|
diff temp.txt ${TOP_DIR}/doc/test_xr.txt
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue