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/prime_self_import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/prime_self_import.c') diff --git a/tests/prime_self_import.c b/tests/prime_self_import.c index 4a260d36..89bcffee 100644 --- a/tests/prime_self_import.c +++ b/tests/prime_self_import.c @@ -387,5 +387,5 @@ int main(int argc, char **argv) tests[i].fn(); } - return 0; + igt_exit(); } -- cgit v1.2.3