#!/bin/sh -e

# Check that the GUI can be stated

xvfb-run -a --server-args="-screen 0 1024x768x24" timeout --preserve-status 5 silx view
