aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/build.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/build.exp')
-rwxr-xr-xtest/utils/build.exp21
1 files changed, 11 insertions, 10 deletions
diff --git a/test/utils/build.exp b/test/utils/build.exp
index c550675c5..d8813b3a4 100755
--- a/test/utils/build.exp
+++ b/test/utils/build.exp
@@ -97,15 +97,16 @@ after 100
97# increase the timeout for remote services 97# increase the timeout for remote services
98set timeout 30 98set timeout 30
99 99
100send -- "firejail --build wget --output-document=~ debian.org\r" 100# FIXME: Broken in CI
101expect { 101#send -- "firejail --build wget --output-document=~ debian.org\r"
102 timeout {puts "TESTING ERROR 13\n";exit} 102#expect {
103 "protocol" 103# timeout {puts "TESTING ERROR 13\n";exit}
104} 104# "protocol"
105expect { 105#}
106 timeout {puts "TESTING ERROR 13.1\n";exit} 106#expect {
107 "inet" 107# timeout {puts "TESTING ERROR 13.1\n";exit}
108} 108# "inet"
109after 100 109#}
110#after 100
110 111
111puts "all done\n" 112puts "all done\n"