aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/environment.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/environment/environment.sh')
-rwxr-xr-xtest/environment/environment.sh15
1 files changed, 7 insertions, 8 deletions
diff --git a/test/environment/environment.sh b/test/environment/environment.sh
index f6acada73..ddc9a80a9 100755
--- a/test/environment/environment.sh
+++ b/test/environment/environment.sh
@@ -7,7 +7,6 @@ export MALLOC_CHECK_=3
7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) 7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
8export LC_ALL=C 8export LC_ALL=C
9 9
10
11echo "TESTING: timeout (test/environment/timeout.exp)" 10echo "TESTING: timeout (test/environment/timeout.exp)"
12./timeout.exp 11./timeout.exp
13 12
@@ -41,10 +40,10 @@ echo "TESTING: firejail in firejail - single sandbox (test/environment/firejail-
41 40
42if command -v aplay && [ "$(aplay -l | grep -c "List of PLAYBACK")" -gt 0 ]; 41if command -v aplay && [ "$(aplay -l | grep -c "List of PLAYBACK")" -gt 0 ];
43then 42then
44 echo "TESTING: sound (test/environment/sound.exp)" 43 echo "TESTING: sound (test/environment/sound.exp)"
45 ./sound.exp 44 ./sound.exp
46else 45else
47 echo "TESTING SKIP: no aplay or sound card found" 46 echo "TESTING SKIP: no aplay or sound card found"
48fi 47fi
49 48
50echo "TESTING: nice (test/environment/nice.exp)" 49echo "TESTING: nice (test/environment/nice.exp)"
@@ -55,10 +54,10 @@ echo "TESTING: quiet (test/environment/quiet.exp)"
55 54
56if command -v strace 55if command -v strace
57then 56then
58 echo "TESTING: --allow-debuggers (test/environment/allow-debuggers.exp)" 57 echo "TESTING: --allow-debuggers (test/environment/allow-debuggers.exp)"
59 ./allow-debuggers.exp 58 ./allow-debuggers.exp
60else 59else
61 echo "TESTING SKIP: strace not found" 60 echo "TESTING SKIP: strace not found"
62fi 61fi
63 62
64# to install ibus: 63# to install ibus:
@@ -70,7 +69,7 @@ then
70 echo "TESTING: ibus (test/environment/ibus.exp)" 69 echo "TESTING: ibus (test/environment/ibus.exp)"
71 ./ibus.exp 70 ./ibus.exp
72else 71else
73 echo "TESTING SKIP: ibus not configured" 72 echo "TESTING SKIP: ibus not configured"
74fi 73fi
75 74
76echo "TESTING: rlimit (test/environment/rlimit.exp)" 75echo "TESTING: rlimit (test/environment/rlimit.exp)"