summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBryce W. Harrington <b.harrington@samsung.com>2013-07-03 22:32:34 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2013-07-04 08:57:45 +0100
commit7f1be42e85589ee07dacead012234c1a1eb1b395 (patch)
tree78e7e87dd0585787f50854d770446bfe797eaa82 /test
parent7b8fc77bb974fbd4fbc697405a8b6aec748bb7f2 (diff)
test: Fix make check-ref-dups due to move of ref images to reference/
The check-ref-dups target in Makefile.am was not updated with the new path when the reference images were moved from test/ to test/reference/. Now it produces output properly again. Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 07826ff01..d5c726a97 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -447,7 +447,7 @@ $(NOLOG_TESTS_LOG):
# Identify identical reference images
check-ref-dups:
@LANG=C; \
- ( cd "$(srcdir)" && sha1sum *.ref.png | sort ) > ref.hash; \
+ ( cd "$(srcdir)/reference" && sha1sum *.ref.png | sort ) > ref.hash; \
join ref.hash ref.hash | grep -v -E '( .*.ref.png).*\1' | cut -d' ' -f 1-2 | sort -u
results.tar: