From: Magnus Jacobsson Date: Sat, 25 Jul 2020 21:33:51 +0000 (+0200) Subject: Replace call to ctest with call to pytest tests\regression_tests\shapes X-Git-Tag: 2.46.0~20^2^2~174^2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5550addfff6f6cda468dc166ba9d2730e797aef;p=graphviz Replace call to ctest with call to pytest tests\regression_tests\shapes which was the only test actually executed by ctest. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28608a717..d4be50d19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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