From ed94d226bb4f6298350dff91435eb8760e5c5424 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sat, 2 May 2020 00:43:55 +0200 Subject: [PATCH] Ignore ynh_clean_setup --- sub_scripts/testing_process.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sub_scripts/testing_process.sh b/sub_scripts/testing_process.sh index e7e0c5a..989d7c4 100644 --- a/sub_scripts/testing_process.sh +++ b/sub_scripts/testing_process.sh @@ -105,6 +105,8 @@ CHECK_TEMPLATE () { template_output="$(echo "$template_output" | sed '/find_mails/d')" # And at_least_one, part of ynh_get_scalable_phpfpm template_output="$(echo "$template_output" | sed '/at_least_one/d')" + # Remove ynh_clean_setup, an official helper defined only in comment into official helpers + template_output="$(echo "$template_output" | sed '/at_least_one/d')" show_error "Do not use specific functions aside of ynh helpers." "Keep your code linear directly into the scripts to ease the reading of your scripts"