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:
authorRobin Appelman <robin@icewind.nl>2016-11-16 14:43:38 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-01-02 16:17:19 +0300
commitac2542f0f074cc7ec0f5ffdc6970a9981a4fac02 (patch)
tree93747e5dff6059e52d664ea2c0c18496db001d90 /autotest.sh
parent17d2b25ad4c8ec75dfe0ecd0a2d84cd7b5e4f89b (diff)
add ci support for s3 object store
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autotest.sh b/autotest.sh
index f42ca41de9d..ded3cec6091 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -344,6 +344,9 @@ function execute_tests {
if [ "$TEST_SELECTION" == "NODB" ]; then
GROUP='--exclude-group DB,SLOWDB'
fi
+ if [ "$TEST_SELECTION" == "PRIMARY-s3" ]; then
+ GROUP='--group PRIMARY-s3'
+ fi
COVER=''
if [ -z "$NOCOVERAGE" ]; then