mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Fix unit tests XML files download
This commit is contained in:
parent
f1b5ed761a
commit
b3a4553bcb
@ -337,10 +337,10 @@ def download_unittest_reports(options):
|
||||
cmds = (
|
||||
' '.join(build_scp_command(options,
|
||||
'-r',
|
||||
'root@{0}:/tmp/xml-unitests-output/'.format(
|
||||
'root@{0}:/tmp/xml-unitests-output/*'.format(
|
||||
get_minion_external_address(options)
|
||||
),
|
||||
os.path.join(options.workspace, 'xml-unitests-output'))),
|
||||
os.path.join(options.workspace, 'xml-test-reports'))),
|
||||
)
|
||||
else:
|
||||
os.makedirs(xml_reports_path)
|
||||
|
Loading…
Reference in New Issue
Block a user