Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-25 18:19:51 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-30 12:55:10 +0300
commit26d758f0b1a8ea930511c31456b09f662230842a (patch)
tree74181f78011114561fcbf4b42cec14270bdd2b19 /autotest.sh
parent757aa45db7b884c28c118e28b7cd517059c61a32 (diff)
Un-confuse @MorrisJobke :wink:
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh3
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'