summaryrefslogtreecommitdiff
path: root/test/cairo-test-runner.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-09-15 14:07:00 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-09-15 14:21:20 +0100
commit5f8ee79b40483bc93b448f9dbfc241d3090cb07c (patch)
treef9b2c2e5ce26ecec23d24d02d323637248aa42bd /test/cairo-test-runner.c
parent768d39f034f47679492abfeaf6f5cf2ec9929c13 (diff)
downloadcairo-5f8ee79b40483bc93b448f9dbfc241d3090cb07c.tar.gz
test: Write the individual test logs to output/
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'test/cairo-test-runner.c')
-rw-r--r--test/cairo-test-runner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cairo-test-runner.c b/test/cairo-test-runner.c
index 58e40459c..28e4b5dc0 100644
--- a/test/cairo-test-runner.c
+++ b/test/cairo-test-runner.c
@@ -406,7 +406,7 @@ _parse_cmdline (cairo_test_runner_t *runner, int *argc, char **argv[])
static void
_runner_init (cairo_test_runner_t *runner)
{
- cairo_test_init (&runner->base, "cairo-test-suite");
+ cairo_test_init (&runner->base, "cairo-test-suite", ".");
runner->passed = TRUE;