summaryrefslogtreecommitdiffstats
path: root/build/integration/run.sh
diff options
context:
space:
mode:
authorSergio Bertolin <sbertolin@solidgear.es>2016-08-09 08:24:03 +0000
committerLukas Reschke <lukas@statuscode.ch>2016-08-30 17:23:13 +0200
commitb154c8fa394fd980fea65b5bd29b8cfb12d3f43c (patch)
tree9206da79397905b9e95891e893c46a71f2dc2833 /build/integration/run.sh
parent85f00e2c0144a9420ae928f27235bb142aad2c17 (diff)
downloadnextcloud-server-b154c8fa394fd980fea65b5bd29b8cfb12d3f43c.tar.gz
nextcloud-server-b154c8fa394fd980fea65b5bd29b8cfb12d3f43c.zip
Removed extra context added needed option and remove storage after external storage scenarios
Diffstat (limited to 'build/integration/run.sh')
-rwxr-xr-xbuild/integration/run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/integration/run.sh b/build/integration/run.sh
index 3a5bb1153d8..be2e7684dc6 100755
--- a/build/integration/run.sh
+++ b/build/integration/run.sh
@@ -42,6 +42,8 @@ OUTPUT_CREATE_STORAGE=`sudo -u $APACHE_USER ../../occ files_external:create loca
ID_STORAGE=`echo $OUTPUT_CREATE_STORAGE | awk {'print $5'}`
+sudo -u $APACHE_USER ../../occ files_external:option $ID_STORAGE enable_sharing true
+
vendor/bin/behat -f junit -f pretty $SCENARIO_TO_RUN
RESULT=$?