diff options
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest.sh b/autotest.sh index 42807b83e11..73ba74009f2 100755 --- a/autotest.sh +++ b/autotest.sh @@ -271,7 +271,7 @@ function execute_tests { if [ "$PRIMARY_STORAGE_CONFIG" == "swift" ] ; then echo "Kill the swift docker" - tests/objectstore/stop-swift-ceph.sh + objectstore/stop-swift-ceph.sh fi if [ ! -z "$DOCKER_CONTAINER_ID" ] ; then |