Skip to content

Commit 08699fb

Browse files
authored
Merge pull request #486 from jbouffard/bug-fix/tests
Tests That Fail on Travis Will Now Cuase Travis to Fail
2 parents 174e80a + 84db73e commit 08699fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ testpattern="*_test.py"
55

66
for f in $testpath$testpattern $testpath/**/$testpattern;
77
do
8-
pytest $f
8+
pytest $f || { exit 1; }
99
done

0 commit comments

Comments
 (0)