mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
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:
@@ -200,5 +200,5 @@ int main(int argc, char **argv)
|
||||
for (i = 0; i < count; i++)
|
||||
check_bo(fd, bo[i]->handle, start_val[i]);
|
||||
|
||||
return 0;
|
||||
igt_exit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user