1
0
forked from clan/clan-core

pytest: actually fail build

This commit is contained in:
Jörg Thalheim 2023-07-25 19:00:16 +02:00
parent a6e8e08dec
commit 821ff71e4a

View File

@ -78,8 +78,7 @@ let
cp -r ${src} ./src
chmod +w -R ./src
cd src
${checkPython}/bin/python -m pytest ./tests \
|| echo -e "generate coverage report py running:\n pytest; firefox .reports/html/index.html"
${checkPython}/bin/python -m pytest ./tests
touch $out
'';
in