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.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/autotest.sh b/autotest.sh
index 307af64edb7..e7300363c3a 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -13,11 +13,10 @@
# @copyright 2012-2015 Thomas Müller thomas.mueller@tmit.eu
#
-#$EXECUTOR_NUMBER is set by Jenkins and allows us to run autotest in parallel
-DATABASENAME=oc_autotest$EXECUTOR_NUMBER
-DATABASEUSER=oc_autotest$EXECUTOR_NUMBER
+DATABASENAME=oc_autotest
+DATABASEUSER=oc_autotest
DATABASEHOST=localhost
-ADMINLOGIN=admin$EXECUTOR_NUMBER
+ADMINLOGIN=admin
BASEDIR=$PWD
PRIMARY_STORAGE_CONFIGS="local swift"