summaryrefslogtreecommitdiff
path: root/tests/prime_self_import.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/prime_self_import.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/prime_self_import.c')
-rw-r--r--tests/prime_self_import.c2
1 files changed, 1 insertions, 1 deletions
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();
}