aboutsummaryrefslogtreecommitdiff
path: root/test/s3/compatibility/prepare.sh
diff options
context:
space:
mode:
authorSebastian Kurfuerst <sebastian.kurfuerst@sandstorm.de>2021-12-31 22:07:49 +0100
committerSebastian Kurfuerst <sebastian.kurfuerst@sandstorm.de>2021-12-31 22:07:49 +0100
commit99abddf3769a5e4a25c72e67df9106e41b7aa8f3 (patch)
tree6b38878ee8b24754265e88293c9bdabf6aa50627 /test/s3/compatibility/prepare.sh
parentc35660175d0ffc88a1e0097ec90bd7e000339d14 (diff)
downloadseaweedfs-99abddf3769a5e4a25c72e67df9106e41b7aa8f3.tar.xz
seaweedfs-99abddf3769a5e4a25c72e67df9106e41b7aa8f3.zip
FEATURE: add test setup for running the CephFS S3 compatibility suite
Diffstat (limited to 'test/s3/compatibility/prepare.sh')
-rwxr-xr-xtest/s3/compatibility/prepare.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/s3/compatibility/prepare.sh b/test/s3/compatibility/prepare.sh
new file mode 100755
index 000000000..7f9c20746
--- /dev/null
+++ b/test/s3/compatibility/prepare.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+set -ex
+
+docker build --progress=plain -t s3tests .