Skip to content

Commit

Permalink
Pass --log-level=debug option to test_harness.py
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Oct 11, 2023
1 parent 0cd95fb commit f4062c0
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 f4062c0

Please sign in to comment.