diff options
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/autotest.sh b/autotest.sh index ae8e9f0d484..dcecd7b84aa 100755 --- a/autotest.sh +++ b/autotest.sh @@ -260,9 +260,6 @@ function execute_tests { if [[ "$_XDEBUG_CONFIG" ]]; then export XDEBUG_CONFIG=$_XDEBUG_CONFIG fi - if [ -z "$TEST_SELECTION" ]; then - TEST_SELECTION='all' - fi GROUP='' if [ "$TEST_SELECTION" == "DB" ]; then GROUP='--group DB' |