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:
@@ -62,5 +62,5 @@ int main(int argc, char *argv[])
|
||||
|
||||
close(fd);
|
||||
|
||||
exit(EXIT_SUCCESS);
|
||||
igt_success();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user