diff options
author | Robin Appelman <robin@icewind.nl> | 2016-11-16 12:43:38 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-01-02 14:17:19 +0100 |
commit | ac2542f0f074cc7ec0f5ffdc6970a9981a4fac02 (patch) | |
tree | 93747e5dff6059e52d664ea2c0c18496db001d90 /autotest.sh | |
parent | 17d2b25ad4c8ec75dfe0ecd0a2d84cd7b5e4f89b (diff) | |
download | nextcloud-server-ac2542f0f074cc7ec0f5ffdc6970a9981a4fac02.tar.gz nextcloud-server-ac2542f0f074cc7ec0f5ffdc6970a9981a4fac02.zip |
add ci support for s3 object store
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 3 |
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 |