diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-25 16:19:51 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-30 10:55:10 +0100 |
commit | 26d758f0b1a8ea930511c31456b09f662230842a (patch) | |
tree | 74181f78011114561fcbf4b42cec14270bdd2b19 /autotest.sh | |
parent | 757aa45db7b884c28c118e28b7cd517059c61a32 (diff) | |
download | nextcloud-server-26d758f0b1a8ea930511c31456b09f662230842a.tar.gz nextcloud-server-26d758f0b1a8ea930511c31456b09f662230842a.zip |
Un-confuse @MorrisJobke :wink:
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' |