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:
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'