Skip to content

Save output from failed tests as a Gitlab artifact

Elliott Slaughter requested to merge test-keep-output into master

This MR makes two changes:

  • language/test.py now saves output files from failed tests by default in all Spy, GC and Prof tests. If you run this command manually you will see a print at the end with the location of the saved files.
  • CI is now configured to capture these files as a build artifact. I am hoping that the build artifact will be downloadable after the job completes, so that we can view e.g. Prof logs from failed jobs. This should make it easier to reproduce certain kinds of issues.

Merge request reports