summaryrefslogtreecommitdiff
path: root/tests/gem_render_tiled_blits.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-10-02 11:18:20 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-10-02 11:34:55 +0200
commit4306538d1d3f60877866c39c9ca953cc5e541dae (patch)
tree6d2ae68e1bc872bf43f5eb81938a8491fc796846 /tests/gem_render_tiled_blits.c
parent5782eca1e19e85a04ad402fa4094aa1b5f9c53ce (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/gem_render_tiled_blits.c')
-rw-r--r--tests/gem_render_tiled_blits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_render_tiled_blits.c b/tests/gem_render_tiled_blits.c
index ea1d59da..dc22529c 100644
--- a/tests/gem_render_tiled_blits.c
+++ b/tests/gem_render_tiled_blits.c
@@ -211,5 +211,5 @@ int main(int argc, char **argv)
for (i = 0; i < count; i++)
check_bo(batch, &buf[i], start_val[i]);
- return 0;
+ igt_exit();
}