Skip to content

Commit

Permalink
increase verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
planetmarshall committed Feb 4, 2024
1 parent e892b11 commit 0042aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
sudo ln --force --symbolic /usr/bin/lldb-17 /usr/bin/lldb
- name: run tests
run: pytest test --junitxml=test.xml --full-trace test
run: pytest test --junitxml=test.xml --full-trace --verbose test
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ test-formatters:
- apt-get update
- apt-get install -y lldb-17
- ln --force --symbolic /usr/bin/lldb-17 /usr/bin/lldb
- echo 0 | tee /proc/sys/kernel/yama/ptrace_scope
script:
- python3 -m venv venv
- source venv/bin/activate
- pip install pytest
- echo "settings set target.load-cwd-lldbinit false" > ~/.lldbinit
- pytest --junitxml=lldb_qt_formatters.xml test
- pytest --junitxml=lldb_qt_formatters.xml --full-trace --verbose test
artifacts:
reports:
junit: lldb_qt_formatters.xml
Expand Down

0 comments on commit 0042aed

Please sign in to comment.