diff options
author | Humble Devassy Chirammal <humble.devassy@gmail.com> | 2017-07-31 09:01:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-31 09:01:36 +0000 |
commit | 4757dd977452d15baae91d46a7895cd3d5b7863e (patch) | |
tree | e31b5ae33e2ce5d38e223469c21cc65642bbcd85 /tests | |
parent | 83a8491e2b25b45da06df8fe1f12136d94584ce3 (diff) | |
parent | d9b358382a3dbc6fd2f6c12bffb1c8fcd6c49a2f (diff) | |
download | gluster-4757dd977452d15baae91d46a7895cd3d5b7863e.tar.gz gluster-4757dd977452d15baae91d46a7895cd3d5b7863e.tar.bz2 gluster-4757dd977452d15baae91d46a7895cd3d5b7863e.tar.xz gluster-4757dd977452d15baae91d46a7895cd3d5b7863e.zip |
Merge pull request #48 from SaravanaStorageNetwork/renamed_s3
Rename docker-gluster-swift
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/shelltest/test_gluster_container_basic.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/shelltest/test_gluster_container_basic.sh b/tests/shelltest/test_gluster_container_basic.sh index 8d139ca..452e34d 100755 --- a/tests/shelltest/test_gluster_container_basic.sh +++ b/tests/shelltest/test_gluster_container_basic.sh @@ -35,12 +35,12 @@ testit "test shellcheck ${BASE_DIR}/CentOS/gluster-setup.sh" \ test_shellcheck ${BASE_DIR}/CentOS/gluster-setup.sh \ || ((failed++)) -testit "test script syntax ${BASE_DIR}/gluster-object/CentOS/docker-gluster-swift/update_gluster_vol.sh" \ - test_syntax ${BASE_DIR}/gluster-object/CentOS/docker-gluster-swift/update_gluster_vol.sh \ +testit "test script syntax ${BASE_DIR}/gluster-s3object/CentOS/docker-gluster-s3/update_gluster_vol.sh" \ + test_syntax ${BASE_DIR}/gluster-s3object/CentOS/docker-gluster-s3/update_gluster_vol.sh \ || ((failed++)) -testit "test shellcheck ${BASE_DIR}/gluster-object/CentOS/docker-gluster-swift/update_gluster_vol.sh" \ - test_shellcheck ${BASE_DIR}/gluster-object/CentOS/docker-gluster-swift/update_gluster_vol.sh \ +testit "test shellcheck ${BASE_DIR}/gluster-s3object/CentOS/docker-gluster-s3/update_gluster_vol.sh" \ + test_shellcheck ${BASE_DIR}/gluster-s3object/CentOS/docker-gluster-s3/update_gluster_vol.sh \ || ((failed++)) |