diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-01-01 20:02:05 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-01-01 20:18:39 +0100 |
commit | 545f9084bacead9f02ba6df609822be4672b7952 (patch) | |
tree | 08715b8cc389eeddb26f8b3de850b9a207a24cae | |
parent | 2d4db46ab06ddef0f181f96898b6e183aa02e6e5 (diff) | |
download | libquotient-545f9084bacead9f02ba6df609822be4672b7952.tar.gz libquotient-545f9084bacead9f02ba6df609822be4672b7952.zip |
CI: add events.debug to QT_LOGGING_RULES
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |