Skip to content

Add runtime error option

Konstantin Lehmann requested to merge add-runtime-error-option-alternative into master

Release notes

Option to throw runtime error when error messages or too many warning messages are printed.

Details

To throw a runtime error at the end of the job in case error messages were seen the flag --snowflakeThresh <threshold> can be specified. The maximum number of WARNING messages allowed to not throw an error is given by <threshold>.

TQLibrary now holds an instance of itself and not a pointer to an instance of itself.

Edited by Konstantin Lehmann

Merge request reports