Skip to content

Commit e16ed41

Browse files
authored
CI: Nicer and more detailed logging for quotest
1 parent ffb1f97 commit e16ed41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ jobs:
158158
env:
159159
TEST_USER: ${{ secrets.TEST_USER }}
160160
TEST_PWD: ${{ secrets.TEST_PWD }}
161+
QT_LOGGING_RULES: 'quotient.main.debug=true;quotient.jobs.debug=true'
162+
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}'
161163
run: |
162164
[[ -z "$TEST_USER" ]] || $VALGRIND build/quotest/quotest "$TEST_USER" "$TEST_PWD" quotest-gha '#quotest:matrix.org' "$QUOTEST_ORIGIN"
163165
timeout-minutes: 5 # quotest is supposed to finish within 3 minutes, actually

0 commit comments

Comments
 (0)