summaryrefslogtreecommitdiff
path: root/test/README
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2013-03-15 16:53:28 +0100
committerUli Schlachter <psychon@znc.in>2013-03-15 16:56:42 +0100
commit592f5944239debfa3dacc410f675261947156baf (patch)
tree4ba31f0c524e51974ce92f4d9fb6d2b18ecfe42f /test/README
parentc141615a7fa632a2435b49f3949ed1fc9962af1f (diff)
downloadcairo-592f5944239debfa3dacc410f675261947156baf.tar.gz
test: Fix CAIRO_REF_DIR
Ever since the test output was moved from test/ to test/output/, using CAIRO_REF_DIR to make the test suite succeed no longer works. The test suite was looking for the wrong file names. This patch makes this work again. However, I am not sure that this really is the correct fix. It just seems to work. :-) Reported-by: Darxus <darxus@chaosreigns.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'test/README')
-rw-r--r--test/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README b/test/README
index b8effea9f..fef240dae 100644
--- a/test/README
+++ b/test/README
@@ -156,7 +156,7 @@ your changes. The process looks like this:
# Let's save those output images
mkdir /some/directory/
- cp test/*-out.png /some/directory/
+ cp -r test/output /some/directory/
# hack, hack, hack