summaryrefslogtreecommitdiff
path: root/subplot/summain.py
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/summain.py')
-rw-r--r--subplot/summain.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/subplot/summain.py b/subplot/summain.py
index ca7c0f6..d01e441 100644
--- a/subplot/summain.py
+++ b/subplot/summain.py
@@ -66,4 +66,7 @@ def output_matches_file(ctx, filename=None):
logging.debug(f" actual:\n{actual}")
logging.debug(f" expect:\n{expected}")
logging.debug(f" diff:\n{diff}")
+ if actual != expected:
+ print("ERROR: diff:")
+ print(diff)
assert_eq(actual, expected)