aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2020-09-01 09:58:20 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2020-09-01 09:58:20 -0400
commit0ce2595ffe5db7666d25a6c0d85f22b2fef256c1 (patch)
tree9bacf3a1793bab144a1c1b5067c239d28b3677cd /test
parentremoved --disable-seccomp from ./configure (diff)
downloadfirejail-0ce2595ffe5db7666d25a6c0d85f22b2fef256c1.tar.gz
firejail-0ce2595ffe5db7666d25a6c0d85f22b2fef256c1.tar.zst
firejail-0ce2595ffe5db7666d25a6c0d85f22b2fef256c1.zip
fix make test-compile - cleanup
Diffstat (limited to 'test')
-rwxr-xr-xtest/compile/compile.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/compile/compile.sh b/test/compile/compile.sh
index 3d334e0fa..6739bc4d6 100755
--- a/test/compile/compile.sh
+++ b/test/compile/compile.sh
@@ -24,6 +24,8 @@ cleanup() {
24 rm -f report* 24 rm -f report*
25 rm -fr firejail 25 rm -fr firejail
26 rm -f oc* om* 26 rm -f oc* om*
27 rm -f output-configure
28 rm -f output-make
27} 29}
28 30
29print_title() { 31print_title() {