[Intel-gfx] [PATCH 1/2] tests/kms_sink_crc_basic: skip properly
Daniel Vetter
daniel.vetter at ffwll.ch
Thu May 22 09:35:22 CEST 2014
Not running the test is not failing.
Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
---
tests/kms_sink_crc_basic.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/kms_sink_crc_basic.c b/tests/kms_sink_crc_basic.c
index 924aadaca610..4be115c2d51c 100644
--- a/tests/kms_sink_crc_basic.c
+++ b/tests/kms_sink_crc_basic.c
@@ -178,8 +178,7 @@ static void run_test(data_t *data)
return;
}
- fprintf(stderr, "no eDP with CRC support found\n");
- igt_fail(1);
+ igt_skip("no eDP with CRC support found\n");
}
igt_simple_main
--
1.8.4.rc3
More information about the Intel-gfx
mailing list