DCD-484: Save tarballs with the correct suffix.

This commit is contained in:
Steve Smith
2019-07-12 11:40:00 +10:00
parent 4dff688b3d
commit 44daf80d9a
3 changed files with 5 additions and 4 deletions

View File

@@ -23,6 +23,6 @@ def test_latest_is_downloaded(host):
upstream_json = json.load(upstream_fd)
upstream = upstream_json['version']
installer = host.file('/opt/atlassian/tmp/jira-core.'+upstream+'.bin')
installer = host.file('/opt/atlassian/tmp/jira-core.'+upstream+'.tar.gz')
assert installer.exists
assert installer.user == 'root'