Skip to content

Commit 9aaf404

Browse files
authored
Merge pull request #3466 from mulkieran/test-harness-debug
Pass --log-level=debug option to test_harness.py
2 parents 0cd95fb + f4062c0 commit 9aaf404

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ jobs:
281281
matrix:
282282
include:
283283
- rev: HEAD
284-
args: --verify-devices --monitor-dbus --highest-revision-number=6
284+
args: --log-level=debug stratisd_cert --verify-devices --monitor-dbus --highest-revision-number=6
285285
- rev: v3.5.2
286-
args: --verify-devices
286+
args: stratisd_cert --verify-devices
287287
runs-on: ubuntu-22.04
288288
steps:
289289
- uses: actions/checkout@v3
@@ -333,6 +333,6 @@ jobs:
333333
run: >
334334
sudo
335335
RUST_LOG=stratisd=debug
336-
python3 test_harness.py stratisd_cert
336+
python3 test_harness.py
337337
${{ matrix.args }}
338338
working-directory: ./testing

0 commit comments

Comments
 (0)