]> source.dussan.org Git - nextcloud-server.git/commitdiff
Un-confuse @MorrisJobke :wink:
authorThomas Müller <thomas.mueller@tmit.eu>
Wed, 25 Nov 2015 15:19:51 +0000 (16:19 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 30 Nov 2015 09:55:10 +0000 (10:55 +0100)
autotest.sh

index ae8e9f0d4842a6a01ff5dd07283abaa520a6953e..dcecd7b84aa8aecc9d5192539b04a7a854b0a3ce 100755 (executable)
@@ -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'