tests/examples.sh: skip env. check for filtered tests
Change-Id: Ide670b00ae3ecd9e18f394905341bf793349f247
This commit is contained in:
parent
09b9a59fb5
commit
84eca07c61
@ -261,6 +261,9 @@ run_tests() {
|
||||
return
|
||||
fi
|
||||
|
||||
# Don't bother with the environment tests if everything else was disabled.
|
||||
[ -z "${tests_to_filter}" ] && return
|
||||
|
||||
# Combine environment and actual tests.
|
||||
local tests_to_run="${env_tests} ${tests_to_filter}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user