chore: set qt logging rules env var

This commit is contained in:
Anastasiya Semenkevich 2024-06-18 18:52:34 +03:00 committed by Anastasiya
parent b3e6d49915
commit a6c996e841
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,8 @@ pipeline {
/* Runtime flag to make testing of the app easier. Switched off: unpredictable app behavior under new tests */ /* Runtime flag to make testing of the app easier. Switched off: unpredictable app behavior under new tests */
/* STATUS_RUNTIME_TEST_MODE = 'True' */ /* STATUS_RUNTIME_TEST_MODE = 'True' */
QT_LOGGING_RULES='*.warning=true'
} }
stages { stages {