]> granicus.if.org Git - graphviz/commitdiff
Replace call to ctest with call to pytest tests\regression_tests\shapes
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Sat, 25 Jul 2020 21:33:51 +0000 (23:33 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Thu, 30 Jul 2020 14:11:12 +0000 (16:11 +0200)
which was the only test actually executed by ctest.

.gitlab-ci.yml

index 28608a717ce5e098736de21a931d98f3d9a5cb68..d4be50d190309cb7151168dd61f1cfb7faca2765 100644 (file)
@@ -134,11 +134,10 @@ portable-source:
               mv graphviz-install.exe graphviz-install-$GV_VERSION-$API.exe;
               $env:Path += ";" + $env:graphviz_install_dir + "\bin"
               dot -c;
-              ctest -C $env:configuration;
               cd ..;
               $Env:INCLUDE += ";C:\Graphviz\include";
               $Env:LIB += ";C:\Graphviz\lib";
-              python3 -m pytest --junitxml=report.xml rtest\test_examples.py;
+              python3 -m pytest --junitxml=report.xml rtest\test_examples.py tests\regression_tests\shapes;
             }
             elseif($env:build_system -eq "msbuild") {
               # Append build destination to the PATH, configure dot and execute regression tests