Index: source/libvpx/test/tools_common.sh |
=================================================================== |
--- source/libvpx/test/tools_common.sh (revision 293588) |
+++ source/libvpx/test/tools_common.sh (working copy) |
@@ -261,6 +261,9 @@ |
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}" |