Skip to content

Commit

Permalink
Merge pull request #3466 from mulkieran/test-harness-debug
Browse files Browse the repository at this point in the history
Pass --log-level=debug option to test_harness.py
  • Loading branch information
mulkieran authored Oct 11, 2023
2 parents 0cd95fb + f4062c0 commit 9aaf404
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,9 @@ jobs:
matrix:
include:
- rev: HEAD
args: --verify-devices --monitor-dbus --highest-revision-number=6
args: --log-level=debug stratisd_cert --verify-devices --monitor-dbus --highest-revision-number=6
- rev: v3.5.2
args: --verify-devices
args: stratisd_cert --verify-devices
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -333,6 +333,6 @@ jobs:
run: >
sudo
RUST_LOG=stratisd=debug
python3 test_harness.py stratisd_cert
python3 test_harness.py
${{ matrix.args }}
working-directory: ./testing

0 comments on commit 9aaf404

Please sign in to comment.