mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
tests: s/exit(EXIT_SUCCESS)/igt_success()/
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -138,5 +138,5 @@ int main(int argc, char *argv[])
|
||||
|
||||
igt_assert(exec(fd, handle, I915_EXEC_RENDER, ctx_id) < 0);
|
||||
|
||||
exit(EXIT_SUCCESS);
|
||||
igt_success();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user