|
20 | 20 | crypto25519: default |
21 | 21 | targets: "test_connection test_p2p trivial_signaling_server publish_test_script test_crypto" |
22 | 22 | 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" |
24 | 24 | - row: gcc-openssl-crypto |
25 | 25 | compiler: gcc |
26 | 26 | build_dir: build-ci-quick-gcc |
|
30 | 30 | crypto25519: default |
31 | 31 | targets: "test_p2p trivial_signaling_server publish_test_script test_crypto" |
32 | 32 | run_tests: true |
33 | | - tests: "test_crypto test_p2p.py:--spewlevel=verbose" |
| 33 | + tests: "test_crypto test_p2p.py:--spewlevel=debug:--loglevel-p2prendezvous=debug" |
34 | 34 | - row: clang-libsodium |
35 | 35 | compiler: clang |
36 | 36 | build_dir: build-ci-quick-sodium |
|
40 | 40 | crypto25519: libsodium |
41 | 41 | targets: "test_p2p trivial_signaling_server publish_test_script test_crypto" |
42 | 42 | run_tests: true |
43 | | - tests: "test_crypto test_p2p.py:--spewlevel=verbose" |
| 43 | + tests: "test_crypto test_p2p.py:--spewlevel=debug:--loglevel-p2prendezvous=debug" |
44 | 44 | - row: clang-reference-25519 |
45 | 45 | compiler: clang |
46 | 46 | build_dir: build-ci-quick-ref25519 |
|
50 | 50 | crypto25519: Reference |
51 | 51 | targets: "test_p2p trivial_signaling_server publish_test_script test_crypto" |
52 | 52 | run_tests: true |
53 | | - tests: "test_crypto test_p2p.py:--spewlevel=verbose" |
| 53 | + tests: "test_crypto test_p2p.py:--spewlevel=debug:--loglevel-p2prendezvous=debug" |
54 | 54 | - row: clang-openssl-webrtc |
55 | 55 | compiler: clang |
56 | 56 | build_dir: build-ci-quick-webrtc |
|
60 | 60 | crypto25519: default |
61 | 61 | targets: "test_p2p trivial_signaling_server publish_test_script test_crypto" |
62 | 62 | run_tests: true |
63 | | - tests: "test_crypto test_p2p.py:--spewlevel=verbose" |
| 63 | + tests: "test_crypto test_p2p.py:--spewlevel=debug:--loglevel-p2prendezvous=debug" |
64 | 64 | env: |
65 | 65 | CI_BUILD: 1 |
66 | 66 | IMAGE: ubuntu |
@@ -210,5 +210,5 @@ jobs: |
210 | 210 |
|
211 | 211 | - name: Test p2p |
212 | 212 | 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 |
214 | 214 | shell: cmd |
0 commit comments