mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
explaaaaain
This commit is contained in:
parent
d782fe331d
commit
d76f8d7969
1 changed files with 3 additions and 0 deletions
|
@ -21,12 +21,15 @@ function log_failed()
|
|||
echo "${BOLD}${RED}✘ Failed${NORMAL}"
|
||||
}
|
||||
|
||||
# =========================================================
|
||||
|
||||
source /usr/share/yunohost/helpers
|
||||
for TEST_SUITE in $(ls test_helpers.d/*)
|
||||
do
|
||||
source $TEST_SUITE
|
||||
done
|
||||
|
||||
# Hack to list all known function, keep only those starting by ynhtest_
|
||||
TESTS=$(declare -F | grep ' ynhtest_' | awk '{print $3}')
|
||||
|
||||
global_result=0
|
||||
|
|
Loading…
Add table
Reference in a new issue