aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-10-24 23:53:44 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-10-25 00:19:05 +0200
commit527b680a6384b0e6d2f91e710602115b28c56c8e (patch)
tree543b2d9ca2814dcbc3c641e99ea5762a03b41563 /test/Makefile.in
parentinclude tests in rpm source tarball (diff)
downloadfirejail-527b680a6384b0e6d2f91e710602115b28c56c8e.tar.gz
firejail-527b680a6384b0e6d2f91e710602115b28c56c8e.tar.zst
firejail-527b680a6384b0e6d2f91e710602115b28c56c8e.zip
increate timeout in xz.dec
for reason it seems to timeout sometimes in github CI
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 8472b43cb..ef1ca73bc 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -3,7 +3,6 @@ TESTS=$(patsubst %/,%,$(wildcard */))
3.PHONY: $(TESTS) 3.PHONY: $(TESTS)
4 4
5$(TESTS): 5$(TESTS):
6 echo $(TESTS)
7 cd $@ && ./$@.sh 2>&1 | tee $@.log 6 cd $@ && ./$@.sh 2>&1 | tee $@.log
8 cd $@ && grep -a TESTING $@.log && grep -a -L "TESTING ERROR" $@.log 7 cd $@ && grep -a TESTING $@.log && grep -a -L "TESTING ERROR" $@.log
9 8