CI-windows.yml: write comment with ::

This commit is contained in:
Daniel Marjamäki 2021-10-03 00:16:44 +02:00
parent fc4e9ddbfc
commit f0f4ee7d91
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ jobs:
:: since FILESDIR is not set copy the binary to the root so the addons are found
copy .\build\bin\Release\cppcheck.exe .\cppcheck.exe || exit /b !errorlevel!
cd test/cli || exit /b !errorlevel!
#python -m pytest --suppress-no-test-exit-code test-clang-import.py || exit /b !errorlevel!
:: python -m pytest --suppress-no-test-exit-code test-clang-import.py || exit /b !errorlevel!
python -m pytest test-helloworld.py || exit /b !errorlevel!
python -m pytest test-inline-suppress.py || exit /b !errorlevel!
python -m pytest test-more-projects.py || exit /b !errorlevel!