diff options
author | Sergio Bertolin <sbertolin@solidgear.es> | 2016-08-09 08:24:03 +0000 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-08-30 17:23:13 +0200 |
commit | b154c8fa394fd980fea65b5bd29b8cfb12d3f43c (patch) | |
tree | 9206da79397905b9e95891e893c46a71f2dc2833 /build/integration/run.sh | |
parent | 85f00e2c0144a9420ae928f27235bb142aad2c17 (diff) | |
download | nextcloud-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-x | build/integration/run.sh | 2 |
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=$? |