tests: Estabilishing module for tests
For now it contains only e2e tests, but integration & functional will follow.
This commit is contained in:
@ -98,6 +98,7 @@ function run_for_modules {
|
||||
if [ -z "${USERMOD}" ]; then
|
||||
run_for_module "api" "$@" "${pkg}" || return "$?"
|
||||
run_for_module "." "$@" "${pkg}" || return "$?"
|
||||
run_for_module "tests" "$@" "${pkg}" || return "$?"
|
||||
else
|
||||
run_for_module "${USERMOD}" "$@" "${pkg}" || return "$?"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user