summaryrefslogtreecommitdiff
path: root/debian/tests/gui
blob: c204243791bc56f7ab47e294de2c004bc3a6e7b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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

$?