mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
tests: use igt_fail instead of exit(param != 0)
Mostly a sed job with too manual fixups: - one case of using _exit instead of exit - and one case which under some conditions use 77, so convert that check to an igt_skip. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -556,7 +556,7 @@ static void print_usage(const char *s)
|
||||
printf(" -p --prewrap=n set seqno to WRAP - n for each testrun\n");
|
||||
printf(" -r --norandom dont randomize prewrap space\n");
|
||||
printf(" -i --buffers number of buffers to copy\n");
|
||||
exit(-1);
|
||||
igt_fail(-1);
|
||||
}
|
||||
|
||||
static void parse_options(int argc, char **argv)
|
||||
|
||||
Reference in New Issue
Block a user