mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
tests/testdisplay: Fix test status check fumble
This is a regression from4306538d1dis the first bad commit commit4306538d1dAuthor: Daniel Vetter <daniel.vetter@ffwll.ch> AuthorDate: Thu Oct 2 11:18:20 2014 +0200 Commit: Daniel Vetter <daniel.vetter@ffwll.ch> CommitDate: Thu Oct 2 11:34:55 2014 +0200 tests: Sprinkle missing igt_exit() where needed. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=85582 Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
+1
-1
@@ -786,7 +786,7 @@ out_mainloop:
|
|||||||
out_close:
|
out_close:
|
||||||
close(drm_fd);
|
close(drm_fd);
|
||||||
|
|
||||||
igt_assert(ret);
|
igt_assert(ret == 0);
|
||||||
|
|
||||||
igt_exit();
|
igt_exit();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user