]> granicus.if.org Git - graphviz/commitdiff
Run all tests under tests in CI also for CMake builds in Windows
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Sun, 26 Jul 2020 22:20:23 +0000 (00:20 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Thu, 30 Jul 2020 14:11:12 +0000 (16:11 +0200)
.gitlab-ci.yml

index 30764835a0a7bd691f7210e8148b61a83c419313..77405a6cb17ad86eda970317e28dc36c9540322e 100644 (file)
@@ -138,7 +138,7 @@ portable-source:
               cd ..;
               $Env:INCLUDE += ";C:\Graphviz\include";
               $Env:LIB += ";C:\Graphviz\lib";
-              python3 -m pytest --junitxml=report.xml rtest\test_examples.py tests\regression_tests\shapes;
+              python3 -m pytest --junitxml=report.xml rtest\test_examples.py tests
             }
             elseif($env:build_system -eq "msbuild") {
               # Append build destination to the PATH, configure dot and execute regression tests