summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-12-17 19:02:00 -0800
committerJames Zern <jzern@google.com>2014-12-17 19:02:00 -0800
commit84eca07c612c8095a3da0f900eed14bc1053e8e6 (patch)
tree5b1cb70c05a509d1c633f29878d70e1977e8b547 /test
parent09b9a59fb5657954e35ba0573a39e7620d7d5175 (diff)
downloadlibvpx-84eca07c612c8095a3da0f900eed14bc1053e8e6.tar
libvpx-84eca07c612c8095a3da0f900eed14bc1053e8e6.tar.gz
libvpx-84eca07c612c8095a3da0f900eed14bc1053e8e6.tar.bz2
libvpx-84eca07c612c8095a3da0f900eed14bc1053e8e6.zip
tests/examples.sh: skip env. check for filtered tests
Change-Id: Ide670b00ae3ecd9e18f394905341bf793349f247
Diffstat (limited to 'test')
-rwxr-xr-xtest/tools_common.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tools_common.sh b/test/tools_common.sh
index 430073831..8e8d78592 100755
--- a/test/tools_common.sh
+++ b/test/tools_common.sh
@@ -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}"