mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +00:00
tests: s/exit(EXIT_SUCCESS)/igt_success()/
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -87,5 +87,5 @@ int main(int argc, char *argv[])
|
||||
EINVAL, "bad register");
|
||||
|
||||
close(fd);
|
||||
exit(EXIT_SUCCESS);
|
||||
igt_success();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user