aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-01-01 20:02:05 +0100
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-01-01 20:18:39 +0100
commit545f9084bacead9f02ba6df609822be4672b7952 (patch)
tree08715b8cc389eeddb26f8b3de850b9a207a24cae /.github/workflows
parent2d4db46ab06ddef0f181f96898b6e183aa02e6e5 (diff)
downloadlibquotient-545f9084bacead9f02ba6df609822be4672b7952.tar.gz
libquotient-545f9084bacead9f02ba6df609822be4672b7952.zip
CI: add events.debug to QT_LOGGING_RULES
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5c2c820e..e56ea26e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -198,7 +198,7 @@ jobs:
env:
TEST_USER: ${{ secrets.TEST_USER }}
TEST_PWD: ${{ secrets.TEST_PWD }}
- QT_LOGGING_RULES: 'quotient.main.debug=true;quotient.jobs.debug=true'
+ QT_LOGGING_RULES: 'quotient.main.debug=true;quotient.jobs.debug=true;quotient.events.debug=true'
QT_MESSAGE_PATTERN: '%{time h:mm:ss.zzz}|%{category}|%{if-debug}D%{endif}%{if-info}I%{endif}%{if-warning}W%{endif}%{if-critical}C%{endif}%{if-fatal}F%{endif}|%{message}'
run: |
ctest --test-dir $BUILD_PATH --output-on-failure