Skip to content

Commit

Permalink
Fixes auto-test following recent aws changes regarding bucket names. …
Browse files Browse the repository at this point in the history
…See: #957
  • Loading branch information
fviard committed Jun 3, 2018
1 parent b4f1424 commit b790be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def bucket(tail):
'''Test bucket name'''
label = 'autotest'
if str(tail) == '3':
label = 'Autotest'
label = 'autotest'
return '%ss3cmd-%s-%s' % (bucket_prefix, label, tail)

def pbucket(tail):
Expand Down

0 comments on commit b790be5

Please sign in to comment.