templates: make diff louder

pull/25/head
matejcik 6 years ago committed by Pavol Rusnak
parent 9a2be54e94
commit 75c14433de

@ -12,7 +12,7 @@ check_results() {
TMP=`mktemp`
TARGET="${filename%%.mako}"
$RENDER "$filename" -o $TMP
if ! diff -q "$TARGET" "$TMP"; then
if ! diff -u "$TARGET" "$TMP"; then
CHECK_FAIL=1
fi
done

Loading…
Cancel
Save