diff options
Diffstat (limited to 'tests/gem_seqno_wrap.c')
-rw-r--r-- | tests/gem_seqno_wrap.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/gem_seqno_wrap.c b/tests/gem_seqno_wrap.c index e8528ec6..6772d1e1 100644 --- a/tests/gem_seqno_wrap.c +++ b/tests/gem_seqno_wrap.c @@ -527,10 +527,7 @@ int main(int argc, char **argv) options.dontwrap ? "tests" : "wraps", wcount); } - if (options.rounds == wcount) { - igt_debug("done %d wraps successfully\n", wcount); - return 0; - } + igt_assert(options.rounds == wcount); - return r; + igt_exit(); } |