tests: Sprinkle missing igt_exit() where needed.

Yay for breaking piles of tests.

This regression has been introduced with

commit 5782eca1e1
Author: Tim Gore <tim.gore@intel.com>
Date:   Wed Oct 1 13:25:20 2014 +0100

    lib/igt_core.c: disable lowmemorykiller during tests

Cc: Tim Gore <tim.gore@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
Daniel Vetter
2014-10-02 11:18:20 +02:00
parent 5782eca1e1
commit 4306538d1d
18 changed files with 18 additions and 25 deletions
+2 -5
View File
@@ -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();
}