From 5e25fcc285240353ab15bd4c3a0d0e02d970f45b Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 13 Aug 2013 12:56:06 +0200 Subject: tests: use igt_fail instead of exit(param != 0) Mostly a sed job with too manual fixups: - one case of using _exit instead of exit - and one case which under some conditions use 77, so convert that check to an igt_skip. Signed-off-by: Daniel Vetter --- tests/prime_nv_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/prime_nv_test.c') diff --git a/tests/prime_nv_test.c b/tests/prime_nv_test.c index 48422e66..3b716aad 100644 --- a/tests/prime_nv_test.c +++ b/tests/prime_nv_test.c @@ -506,7 +506,7 @@ int main(int argc, char **argv) #define xtest(name) \ igt_subtest(#name) \ if (test_##name()) \ - exit(2); + igt_fail(2); xtest(i915_nv_sharing); xtest(nv_i915_sharing); -- cgit v1.2.3