Skip to content

Commit

Permalink
Permissions fix for remote coverage downloads.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclay committed Jul 2, 2017
1 parent 554423c commit cd3a795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runner/lib/delegation.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def delegate_remote(args, exclude, require):
manage.ssh(cmd, ssh_options)
success = True
finally:
manage.ssh('rm -rf /tmp/results && cp -a ansible/test/results /tmp/results')
manage.ssh('rm -rf /tmp/results && cp -a ansible/test/results /tmp/results && chmod -R a+r /tmp/results')
manage.download('/tmp/results', 'test')
finally:
if args.remote_terminate == 'always' or (args.remote_terminate == 'success' and success):
Expand Down

0 comments on commit cd3a795

Please sign in to comment.