aboutsummaryrefslogtreecommitdiffstats
path: root/test/appimage/appimage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/appimage/appimage.sh')
-rwxr-xr-xtest/appimage/appimage.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/appimage/appimage.sh b/test/appimage/appimage.sh
index 0c50434ac..57e389249 100755
--- a/test/appimage/appimage.sh
+++ b/test/appimage/appimage.sh
@@ -7,16 +7,13 @@ 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
10echo "TESTING: AppImage v1 (test/appimage/appimage-v1.exp)"
11./appimage-v1.exp
12
13echo "TESTING: AppImage v2 (test/appimage/appimage-v2.exp)" 10echo "TESTING: AppImage v2 (test/appimage/appimage-v2.exp)"
14./appimage-v2.exp 11./appimage-v2.exp
15 12
16echo "TESTING: AppImage file name (test/appimage/filename.exp)" 13echo "TESTING: AppImage file name (test/appimage/filename.exp)"
17./filename.exp 14./filename.exp
18 15
19echo "TESTING: AppImage argsv1 (test/appimage/appimage-args.exp)" 16echo "TESTING: AppImage args (test/appimage/appimage-args.exp)"
20./appimage-args.exp 17./appimage-args.exp
21 18
22echo "TESTING: AppImage trace (test/appimage/appimage-trace.exp)" 19echo "TESTING: AppImage trace (test/appimage/appimage-trace.exp)"