Dyalog / DBuildTest

Repository for ]DBuild & ]DTest
MIT License
3 stars 1 forks source link

Enhancement: -production should imply save=0 and quiet #11

Open dyaandys opened 1 year ago

dyaandys commented 1 year ago

The -production parameter is used for our overnight processing: we want no files created (the build script deals with saving the workspace) and all output should be returned from the function so that it can be captured - if the length of the output is non-zero then we have a problem.