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