aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps-x11/apps-x11.sh
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2016-04-29 20:42:15 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2016-04-29 20:42:15 +0200
commit70318ee8bfef2f72ec692c11d4627183f51a4007 (patch)
tree30c4a52326f54c9c7b6b47850a2a2337460d7fae /test/apps-x11/apps-x11.sh
parentfix make dist (diff)
downloadfirejail-70318ee8bfef2f72ec692c11d4627183f51a4007.tar.gz
firejail-70318ee8bfef2f72ec692c11d4627183f51a4007.tar.zst
firejail-70318ee8bfef2f72ec692c11d4627183f51a4007.zip
Mark skipped tests differently
Diffstat (limited to 'test/apps-x11/apps-x11.sh')
-rwxr-xr-xtest/apps-x11/apps-x11.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/apps-x11/apps-x11.sh b/test/apps-x11/apps-x11.sh
index 2182c90a2..b01c37d0f 100755
--- a/test/apps-x11/apps-x11.sh
+++ b/test/apps-x11/apps-x11.sh
@@ -12,7 +12,7 @@ then
12 echo "TESTING: xterm x11" 12 echo "TESTING: xterm x11"
13 ./xterm.exp 13 ./xterm.exp
14else 14else
15 echo "TESTING: xterm not found" 15 echo "TESTING SKIP: xterm not found"
16fi 16fi
17 17
18which firefox 18which firefox
@@ -21,7 +21,7 @@ then
21 echo "TESTING: firefox x11" 21 echo "TESTING: firefox x11"
22 ./firefox.exp 22 ./firefox.exp
23else 23else
24 echo "TESTING: firefox not found" 24 echo "TESTING SKIP: firefox not found"
25fi 25fi
26 26
27which chromium 27which chromium
@@ -30,7 +30,7 @@ then
30 echo "TESTING: chromium x11" 30 echo "TESTING: chromium x11"
31 ./chromium.exp 31 ./chromium.exp
32else 32else
33 echo "TESTING: chromium not found" 33 echo "TESTING SKIP: chromium not found"
34fi 34fi
35 35
36which transmission-gtk 36which transmission-gtk
@@ -39,7 +39,7 @@ then
39 echo "TESTING: transmission-gtk x11" 39 echo "TESTING: transmission-gtk x11"
40 ./transmission-gtk.exp 40 ./transmission-gtk.exp
41else 41else
42 echo "TESTING: transmission-gtk not found" 42 echo "TESTING SKIP: transmission-gtk not found"
43fi 43fi
44 44
45which icedove 45which icedove
@@ -48,6 +48,6 @@ then
48 echo "TESTING: icedove x11" 48 echo "TESTING: icedove x11"
49 ./icedove.exp 49 ./icedove.exp
50else 50else
51 echo "TESTING: icedove not found" 51 echo "TESTING SKIP: icedove not found"
52fi 52fi
53 53