mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
tests: add missing igt_exit() calls
Forgotten while converting to subtests, then copy&pasted. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -381,5 +381,5 @@ int main(int argc, char **argv)
|
||||
close(fd);
|
||||
}
|
||||
|
||||
return 0;
|
||||
igt_exit();
|
||||
}
|
||||
|
||||
@@ -384,5 +384,5 @@ int main(int argc, char **argv)
|
||||
close(fd);
|
||||
}
|
||||
|
||||
return 0;
|
||||
igt_exit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user