mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
tests: s/exit(EXIT_SUCCESS)/igt_success()/
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -130,7 +130,7 @@ static void parse(int argc, char *argv[])
|
||||
case 'h':
|
||||
case '?':
|
||||
default:
|
||||
exit(EXIT_SUCCESS);
|
||||
igt_success();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -169,5 +169,5 @@ int main(int argc, char *argv[])
|
||||
free(threads);
|
||||
close(fd);
|
||||
|
||||
exit(EXIT_SUCCESS);
|
||||
igt_success();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user