From ac2542f0f074cc7ec0f5ffdc6970a9981a4fac02 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 16 Nov 2016 12:43:38 +0100 Subject: add ci support for s3 object store Signed-off-by: Robin Appelman --- autotest.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'autotest.sh') 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 -- cgit v1.2.3