diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-10-02 11:18:20 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-10-02 11:34:55 +0200 |
commit | 4306538d1d3f60877866c39c9ca953cc5e541dae (patch) | |
tree | 6d2ae68e1bc872bf43f5eb81938a8491fc796846 /tests/gen3_mixed_blits.c | |
parent | 5782eca1e19e85a04ad402fa4094aa1b5f9c53ce (diff) |
tests: Sprinkle missing igt_exit() where needed.
Yay for breaking piles of tests.
This regression has been introduced with
commit 5782eca1e19e85a04ad402fa4094aa1b5f9c53ce
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>
Diffstat (limited to 'tests/gen3_mixed_blits.c')
-rw-r--r-- | tests/gen3_mixed_blits.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gen3_mixed_blits.c b/tests/gen3_mixed_blits.c index 33eea746..2d41cb4e 100644 --- a/tests/gen3_mixed_blits.c +++ b/tests/gen3_mixed_blits.c @@ -533,5 +533,5 @@ int main(int argc, char **argv) check_bo(fd, handle[i], start_val[i]); igt_info("done\n"); - return 0; + igt_exit(); } |