aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/man.exp
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-10-24 20:17:08 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-10-24 21:44:57 +0200
commit300efec3510971d61c4a4aecb90eda3cdaff8499 (patch)
treefa20a72c9b9b871c1b5dacc0ae14a12574d01a33 /test/utils/man.exp
parentrefactor test targets and let build fail on test errors (diff)
downloadfirejail-300efec3510971d61c4a4aecb90eda3cdaff8499.tar.gz
firejail-300efec3510971d61c4a4aecb90eda3cdaff8499.tar.zst
firejail-300efec3510971d61c4a4aecb90eda3cdaff8499.zip
let github CI run tests
Diffstat (limited to 'test/utils/man.exp')
-rwxr-xr-xtest/utils/man.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/utils/man.exp b/test/utils/man.exp
index 3cde9f2c8..102701a6a 100755
--- a/test/utils/man.exp
+++ b/test/utils/man.exp
@@ -10,6 +10,7 @@ match_max 100000
10send -- "man firejail\r" 10send -- "man firejail\r"
11expect { 11expect {
12 timeout {puts "TESTING ERROR 0\n";exit} 12 timeout {puts "TESTING ERROR 0\n";exit}
13 "(press RETURN)" {puts "TESTING SKIP 1.1\n";exit}
13 "Linux namespaces sandbox program" 14 "Linux namespaces sandbox program"
14} 15}
15after 100 16after 100