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:
authorMorris Jobke <hey@morrisjobke.de>2017-11-06 12:08:58 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-11-06 12:08:58 +0300
commit37c4534adbf0f35509aed5108207d488f1534fb1 (patch)
tree7f7cdca1bee147b5752269078d1f5d750f45aa0f /autotest.sh
parent576d31d48d1e368c0ca54a95f28dc3bc0e553d83 (diff)
Remove Jenkins varibales from autotest.sh
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
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"