#!/bin/sh -e

# display glxinfo

glxinfo

# Check that the GUI can be started

CMD="timeout --preserve-status 5s silx view"
echo $CMD
$($CMD)

# skip the test for now

$?
