From 0550092c9a6440536c6070cdc447ed83f3062896 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 4 Sep 2013 13:25:28 +0200 Subject: [PATCH] tests: add missing igt_exit() calls Forgotten while converting to subtests, then copy&pasted. Signed-off-by: Daniel Vetter --- tests/gem_persistent_relocs.c | 2 +- tests/gem_reloc_vs_gpu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gem_persistent_relocs.c b/tests/gem_persistent_relocs.c index 5033874..bc1d52a 100644 --- a/tests/gem_persistent_relocs.c +++ b/tests/gem_persistent_relocs.c @@ -381,5 +381,5 @@ int main(int argc, char **argv) close(fd); } - return 0; + igt_exit(); } diff --git a/tests/gem_reloc_vs_gpu.c b/tests/gem_reloc_vs_gpu.c index baa7072..9f85e9c 100644 --- a/tests/gem_reloc_vs_gpu.c +++ b/tests/gem_reloc_vs_gpu.c @@ -384,5 +384,5 @@ int main(int argc, char **argv) close(fd); } - return 0; + igt_exit(); } -- 2.7.4