From a1ca8ef5b1f44845bb2d0eada0123eb35b7e0b21 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 14 Aug 2013 16:02:24 +0200 Subject: 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 --- tests/gem_tiled_blits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/gem_tiled_blits.c') diff --git a/tests/gem_tiled_blits.c b/tests/gem_tiled_blits.c index 2d21e27c..9c97000d 100644 --- a/tests/gem_tiled_blits.c +++ b/tests/gem_tiled_blits.c @@ -233,5 +233,5 @@ int main(int argc, char **argv) close(fd); - return 0; + igt_exit(); } -- cgit v1.2.3