]> granicus.if.org Git - graphviz/commitdiff
Run all tests under rtest also for CMake builds on Windows
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Mon, 27 Jul 2020 16:04:54 +0000 (18:04 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Thu, 30 Jul 2020 14:11:12 +0000 (16:11 +0200)
.gitlab-ci.yml

index b190fe871450ceda2b042c7e2f86632c4dbff57b..f0863c2c3a3d0be1e962c2310e167a3eb15086f6 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
+              python3 -m pytest --junitxml=report.xml tests rtest
             }
             elseif($env:build_system -eq "msbuild") {
               # Append build destination to the PATH, configure dot and execute regression tests