chore: set qt logging rules env var
This commit is contained in:
parent
b3e6d49915
commit
a6c996e841
|
@ -82,6 +82,8 @@ pipeline {
|
|||
|
||||
/* Runtime flag to make testing of the app easier. Switched off: unpredictable app behavior under new tests */
|
||||
/* STATUS_RUNTIME_TEST_MODE = 'True' */
|
||||
|
||||
QT_LOGGING_RULES='*.warning=true'
|
||||
}
|
||||
|
||||
stages {
|
||||
|
|
Loading…
Reference in New Issue