Skip to content

Commit e8e4fd0

Browse files
committed
CI test p2p: pass --loglevel-p2prendezvous=debug
1 parent 52fb759 commit e8e4fd0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
crypto25519: default
2121
targets: "test_connection test_p2p trivial_signaling_server publish_test_script test_crypto"
2222
run_tests: true
23-
tests: "test_crypto test_connection:suite-quick test_p2p.py:--spewlevel=verbose"
23+
tests: "test_crypto test_connection:suite-quick test_p2p.py:--spewlevel=debug:--loglevel-p2prendezvous=debug"
2424
- row: gcc-openssl-crypto
2525
compiler: gcc
2626
build_dir: build-ci-quick-gcc
@@ -30,7 +30,7 @@ jobs:
3030
crypto25519: default
3131
targets: "test_p2p trivial_signaling_server publish_test_script test_crypto"
3232
run_tests: true
33-
tests: "test_crypto test_p2p.py:--spewlevel=verbose"
33+
tests: "test_crypto test_p2p.py:--spewlevel=debug:--loglevel-p2prendezvous=debug"
3434
- row: clang-libsodium
3535
compiler: clang
3636
build_dir: build-ci-quick-sodium
@@ -40,7 +40,7 @@ jobs:
4040
crypto25519: libsodium
4141
targets: "test_p2p trivial_signaling_server publish_test_script test_crypto"
4242
run_tests: true
43-
tests: "test_crypto test_p2p.py:--spewlevel=verbose"
43+
tests: "test_crypto test_p2p.py:--spewlevel=debug:--loglevel-p2prendezvous=debug"
4444
- row: clang-reference-25519
4545
compiler: clang
4646
build_dir: build-ci-quick-ref25519
@@ -50,7 +50,7 @@ jobs:
5050
crypto25519: Reference
5151
targets: "test_p2p trivial_signaling_server publish_test_script test_crypto"
5252
run_tests: true
53-
tests: "test_crypto test_p2p.py:--spewlevel=verbose"
53+
tests: "test_crypto test_p2p.py:--spewlevel=debug:--loglevel-p2prendezvous=debug"
5454
- row: clang-openssl-webrtc
5555
compiler: clang
5656
build_dir: build-ci-quick-webrtc
@@ -60,7 +60,7 @@ jobs:
6060
crypto25519: default
6161
targets: "test_p2p trivial_signaling_server publish_test_script test_crypto"
6262
run_tests: true
63-
tests: "test_crypto test_p2p.py:--spewlevel=verbose"
63+
tests: "test_crypto test_p2p.py:--spewlevel=debug:--loglevel-p2prendezvous=debug"
6464
env:
6565
CI_BUILD: 1
6666
IMAGE: ubuntu
@@ -210,5 +210,5 @@ jobs:
210210

211211
- name: Test p2p
212212
working-directory: '${{ github.workspace }}/build/bin'
213-
run: py -3 test_p2p.py --spewlevel=verbose
213+
run: py -3 test_p2p.py --spewlevel=debug --loglevel-p2prendezvous=debug
214214
shell: cmd

0 commit comments

Comments
 (0)