We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb1f97 commit e16ed41Copy full SHA for e16ed41
.github/workflows/ci.yml
@@ -158,6 +158,8 @@ jobs:
158
env:
159
TEST_USER: ${{ secrets.TEST_USER }}
160
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}'
163
run: |
164
[[ -z "$TEST_USER" ]] || $VALGRIND build/quotest/quotest "$TEST_USER" "$TEST_PWD" quotest-gha '#quotest:matrix.org' "$QUOTEST_ORIGIN"
165
timeout-minutes: 5 # quotest is supposed to finish within 3 minutes, actually
0 commit comments