Skip to content

Addition of --out option to bst artifact log

Rebecca Grayson requested to merge becky/artifact_log_file_option into master

Description

//: # This MR includes the addition of an '--out' option to 'bst artifact log' in order to allow a file to be written per artifact log when multiple artifacts are provided. If not specified, the output is written to stdout as usual.

Changes proposed in this merge request:

  • --out option is now in place, which creates the logfiles and writes the relevant output to it
  • Test to check the files are created and the contents are as expected

This merge request, when approved, will close: #1106 (closed)


Edited by Rebecca Grayson

Merge request reports