From 300efec3510971d61c4a4aecb90eda3cdaff8499 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 24 Oct 2020 20:17:08 +0200 Subject: let github CI run tests --- test/sysutils/less.exp | 1 + test/sysutils/xz.exp | 2 +- test/utils/man.exp | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/sysutils/less.exp b/test/sysutils/less.exp index 2bfb60302..daa666c18 100755 --- a/test/sysutils/less.exp +++ b/test/sysutils/less.exp @@ -10,6 +10,7 @@ match_max 100000 send -- "firejail less sysutils.sh\r" expect { timeout {puts "TESTING ERROR 1\n";exit} + "(press RETURN)" {puts "TESTING SKIP 1.1\n";exit} "MALLOC_CHECK" } expect { diff --git a/test/sysutils/xz.exp b/test/sysutils/xz.exp index 63b1ad3c7..a0ab917c7 100755 --- a/test/sysutils/xz.exp +++ b/test/sysutils/xz.exp @@ -3,7 +3,7 @@ # Copyright (C) 2014-2020 Firejail Authors # License GPL v2 -set timeout 10 +set timeout 15 spawn $env(SHELL) match_max 100000 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 send -- "man firejail\r" expect { timeout {puts "TESTING ERROR 0\n";exit} + "(press RETURN)" {puts "TESTING SKIP 1.1\n";exit} "Linux namespaces sandbox program" } after 100 -- cgit v1.2.3-54-g00ecf