summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test_farm.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_farm.py b/test/test_farm.py
index bc1d7a30..78b93541 100644
--- a/test/test_farm.py
+++ b/test/test_farm.py
@@ -226,7 +226,10 @@ class FarmTestCase(object):
# print "%d %d" % (big, little)
# print "Left: ---\n%s\n-----\n%s" % (left, right)
wrong_size.append(f)
- assert not wrong_size, "File sizes differ: %s" % wrong_size
+ assert not wrong_size, (
+ "File sizes differ between %s and %s: %s" % (
+ dir1, dir2, wrong_size
+ ))
else:
# filecmp only compares in binary mode, but we want text mode. So
# look through the list of different files, and compare them