We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 174e80a + 84db73e commit 08699fbCopy full SHA for 08699fb
test_script.sh
@@ -5,5 +5,5 @@ testpattern="*_test.py"
5
6
for f in $testpath$testpattern $testpath/**/$testpattern;
7
do
8
- pytest $f
+ pytest $f || { exit 1; }
9
done
0 commit comments