Page MenuHomePhabricator

Do not disable rendering tests on Linux by default
Closed, ResolvedPublic

Event Timeline

kislinsk triaged this task as Normal priority.Jan 20 2020, 2:22 PM
kislinsk created this task.

I have introduced a new superbuild and MITK-build advanced cache variable called MITK_XVFB_TESTING. If switched on, it will prepend testdriver calls with xvfb-run --auto-servernum resulting in having a virtual frame buffer available for rendering tests. This is useful in headless systems like continuous integration clients. Works for Linux. To install xvfb call sudo apt install xvfb.

kislinsk added a subscriber: kalali.