diff options
Diffstat (limited to 'script/test-smoke.sh')
-rwxr-xr-x | script/test-smoke.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/script/test-smoke.sh b/script/test-smoke.sh index 34b3346d..0c57c0d8 100755 --- a/script/test-smoke.sh +++ b/script/test-smoke.sh @@ -3,6 +3,8 @@ set -ex shopt -s expand_aliases +export LC_ALL=C.UTF-8 +export LANG=C.UTF-8 SCRIPT_FOLDER="`dirname \"$0\"`" REPO_FOLDER="${SCRIPT_FOLDER}/../" @@ -26,6 +28,7 @@ dd if=/dev/urandom of=/tmp/garage.3.rnd bs=1M count=10 # by default, AWS starts echo "s3 api testing..." awsgrg --version s3cmd --version +python3 --version for idx in $(seq 1 3); do # AWS sends |