]> granicus.if.org Git - graphviz/commitdiff
Workaround captured output lost in GitLab CI
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Wed, 8 Jul 2020 17:17:22 +0000 (19:17 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Sun, 12 Jul 2020 08:14:12 +0000 (10:14 +0200)
.gitlab-ci.yml

index 29f3ad22321db85ee31689fcc145103c7136aaa7..d095e16733c0a4936ebe6a4369343217e2350822 100644 (file)
@@ -137,7 +137,7 @@ portable-source:
               }
               $Env:INCLUDE += ";C:\Graphviz\include";
               $Env:LIB += ";C:\Graphviz\lib";
-              pytest rtest\test_examples.py;
+              pytest -s rtest\test_examples.py;
             }
             elseif($env:build_system -eq "msbuild") {
               # Append build destination to the PATH, configure dot and execute regression tests