aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment
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/environment
parentfix make dist (diff)
downloadfirejail-70318ee8bfef2f72ec692c11d4627183f51a4007.tar.gz
firejail-70318ee8bfef2f72ec692c11d4627183f51a4007.tar.zst
firejail-70318ee8bfef2f72ec692c11d4627183f51a4007.zip
Mark skipped tests differently
Diffstat (limited to 'test/environment')
-rwxr-xr-xtest/environment/environment.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/environment/environment.sh b/test/environment/environment.sh
index 9164b43a2..7b29a3482 100755
--- a/test/environment/environment.sh
+++ b/test/environment/environment.sh
@@ -18,7 +18,7 @@ then
18 echo "TESTING: dash (test/environment/dash.exp)" 18 echo "TESTING: dash (test/environment/dash.exp)"
19 ./dash.exp 19 ./dash.exp
20else 20else
21 echo "TESTING: dash not found" 21 echo "TESTING SKIP: dash not found"
22fi 22fi
23 23
24which csh 24which csh
@@ -27,7 +27,7 @@ then
27 echo "TESTING: csh (test/environment/csh.exp)" 27 echo "TESTING: csh (test/environment/csh.exp)"
28 ./csh.exp 28 ./csh.exp
29else 29else
30 echo "TESTING: csh not found" 30 echo "TESTING SKIP: csh not found"
31fi 31fi
32 32
33which zsh 33which zsh
@@ -36,7 +36,7 @@ then
36 echo "TESTING: zsh (test/environment/zsh.exp)" 36 echo "TESTING: zsh (test/environment/zsh.exp)"
37 ./csh.exp 37 ./csh.exp
38else 38else
39 echo "TESTING: zsh not found" 39 echo "TESTING SKIP: zsh not found"
40fi 40fi
41 41
42echo "TESTING: rlimit (test/environment/rlimit.exp)" 42echo "TESTING: rlimit (test/environment/rlimit.exp)"
@@ -57,7 +57,7 @@ then
57 echo "TESTING: sound (test/environment/sound.exp)" 57 echo "TESTING: sound (test/environment/sound.exp)"
58 ./sound.exp 58 ./sound.exp
59else 59else
60 echo "TESTING: aplay not found" 60 echo "TESTING SKIP: aplay not found"
61fi 61fi
62 62
63echo "TESTING: nice (test/environment/nice.exp)" 63echo "TESTING: nice (test/environment/nice.exp)"