aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {