]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: run pytest with the -v option
authorDan Fandrich <dan@coneharvesters.com>
Sat, 9 Sep 2023 20:35:58 +0000 (13:35 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Mon, 11 Sep 2023 16:20:40 +0000 (09:20 -0700)
This lists of the test cases being run so it can be tracked over time.

Closes #11824

.github/workflows/linux.yml
.github/workflows/ngtcp2-linux.yml
.github/workflows/quiche-linux.yml

index 8d984e58730599b59e2c6d8d33ecbf2903305319..d39b959bb9a3ef3475410838da068137a3250857 100644 (file)
@@ -404,7 +404,7 @@ jobs:
       # run for `tests` directory, so pytest does not pick up any other
       # packages we might have built here
       run:
-        pytest tests
+        pytest -v tests
       name: 'run pytest'
       env:
         TFLAGS: "${{ matrix.build.tflags }}"
index 3eeb0cd69af318d99531bfd507f5218d4b58030a..338418cbb1d6a8d032d31c37c2d31d8c4b6e203a 100644 (file)
@@ -263,13 +263,13 @@ jobs:
       env:
         TFLAGS: "${{ matrix.build.tflags }}"
 
-    - run: pytest tests
+    - run: pytest -v tests
       name: 'run pytest'
       env:
         TFLAGS: "${{ matrix.build.tflags }}"
         CURL_CI: github
 
-    - run: pytest tests
+    - run: pytest -v tests
       name: 'run pytest with slowed network'
       env:
         # 33% of sends are EAGAINed
index f2b2bafa14d57448041755223db52d0e65e867b2..69c328b47bde975d84f312fa47923d7220571ab1 100644 (file)
@@ -202,7 +202,7 @@ jobs:
       env:
         TFLAGS: "${{ matrix.build.tflags }}"
 
-    - run: pytest tests
+    - run: pytest -v tests
       name: 'run pytest'
       env:
         TFLAGS: "${{ matrix.build.tflags }}"