summaryrefslogtreecommitdiff
path: root/tests/gem_concurrent_blit.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-08-14 16:02:24 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-08-14 16:08:00 +0200
commita1ca8ef5b1f44845bb2d0eada0123eb35b7e0b21 (patch)
tree7ebbf929d3c64a28312a082950f13e4eccfbc2dd /tests/gem_concurrent_blit.c
parentec283d6a52f49963b7f4d5d6582142f7f2025ded (diff)
tests: use igt_exit() consistently with subtests
This is mostly important to get the SKIP reporting right, but I've found a few stragglers that wanted to get converted over to the igt result reporting completely. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/gem_concurrent_blit.c')
-rw-r--r--tests/gem_concurrent_blit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_concurrent_blit.c b/tests/gem_concurrent_blit.c
index 384bd7f1..b019f027 100644
--- a/tests/gem_concurrent_blit.c
+++ b/tests/gem_concurrent_blit.c
@@ -366,5 +366,5 @@ main(int argc, char **argv)
for (i = 0; i < ARRAY_SIZE(access_modes); i++)
run_modes(&access_modes[i]);
- return 0;
+ igt_exit();
}