diff options
| author | Sebastian Kurfuerst <sebastian.kurfuerst@sandstorm.de> | 2021-12-31 22:07:49 +0100 |
|---|---|---|
| committer | Sebastian Kurfuerst <sebastian.kurfuerst@sandstorm.de> | 2021-12-31 22:07:49 +0100 |
| commit | 99abddf3769a5e4a25c72e67df9106e41b7aa8f3 (patch) | |
| tree | 6b38878ee8b24754265e88293c9bdabf6aa50627 /test/s3/compatibility/prepare.sh | |
| parent | c35660175d0ffc88a1e0097ec90bd7e000339d14 (diff) | |
| download | seaweedfs-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-x | test/s3/compatibility/prepare.sh | 5 |
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 . |
