mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
tests: Use igt_exit for tests with subtest
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -268,5 +268,5 @@ int main(int argc, char **argv)
|
||||
fclose(data.ctl);
|
||||
}
|
||||
|
||||
return 0;
|
||||
igt_exit();
|
||||
}
|
||||
|
||||
+1
-1
@@ -97,5 +97,5 @@ int main(int argc, char **argv)
|
||||
igt_fixture
|
||||
close(fd);
|
||||
|
||||
return 0;
|
||||
igt_exit();
|
||||
}
|
||||
|
||||
@@ -167,5 +167,5 @@ int main(int argc, char **argv)
|
||||
close(fd);
|
||||
}
|
||||
|
||||
return 0;
|
||||
igt_exit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user