mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 05:13:47 +00:00
tests: run igt.cocci
Re-run with correct igt_fail rules. Again manually fixup missing includes for igt_core.h. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -109,7 +109,7 @@ int main(int argc, char **argv)
|
||||
if (count == 0)
|
||||
count = 3 * gem_aperture_size(fd) / SIZE / 2;
|
||||
else if (count < 2) {
|
||||
fprintf(stderr, "count must be >= 2\n");
|
||||
igt_warn("count must be >= 2\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user