diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-11-21 15:29:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-21 15:29:57 +0100 |
commit | e16ed41a6a28a43919126a85f7a802c5b2e091b6 (patch) | |
tree | 94e245960f915730a2a043505937101b29b8faf0 | |
parent | ffb1f978c377e0442bed9eab17727932d59fc55a (diff) | |
download | libquotient-e16ed41a6a28a43919126a85f7a802c5b2e091b6.tar.gz libquotient-e16ed41a6a28a43919126a85f7a802c5b2e091b6.zip |
CI: Nicer and more detailed logging for quotest
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 269e487c..dd862a0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,6 +158,8 @@ jobs: env: TEST_USER: ${{ secrets.TEST_USER }} TEST_PWD: ${{ secrets.TEST_PWD }} + QT_LOGGING_RULES: 'quotient.main.debug=true;quotient.jobs.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: | [[ -z "$TEST_USER" ]] || $VALGRIND build/quotest/quotest "$TEST_USER" "$TEST_PWD" quotest-gha '#quotest:matrix.org' "$QUOTEST_ORIGIN" timeout-minutes: 5 # quotest is supposed to finish within 3 minutes, actually |