aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-04-17 21:07:07 +0000
committerGitHub <noreply@github.com>2020-04-17 21:07:07 +0000
commit51c9fd4ecec36fadd9858f60943b7aeeb0f1fae9 (patch)
tree9ab70f9069c86151f352fb5c531a2f6d15f8225a
parented56619a20ab6ab415c52cfdcb76576b15e56dff (diff)
parentd96bba2830be65e68de9c6617c864809ce560ee0 (diff)
downloadnextcloud-server-51c9fd4ecec36fadd9858f60943b7aeeb0f1fae9.tar.gz
nextcloud-server-51c9fd4ecec36fadd9858f60943b7aeeb0f1fae9.zip
Merge pull request #20537 from nextcloud/external-tests-allow-local-access
allow local remote access in external storage ci
-rwxr-xr-xautotest-external.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autotest-external.sh b/autotest-external.sh
index 1f1ca330ac5..20a7de5f119 100755
--- a/autotest-external.sh
+++ b/autotest-external.sh
@@ -150,6 +150,8 @@ EOF
echo "Installing ...."
./occ maintenance:install -vvv --database=$1 --database-name=$DATABASENAME --database-host=localhost --database-user=$DATABASEUSER --database-pass=owncloud --database-table-prefix=oc_ --admin-user=$ADMINLOGIN --admin-pass=admin --data-dir=$DATADIR
+ ./occ config:system:set --value true --type boolean allow_local_remote_servers
+
#test execution
echo "Testing with $1 ..."