Skip to content

Commit 2d7a806

Browse files
committed
safely print all found failures
1 parent 1518d7d commit 2d7a806

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ addons:
1212
hosts:
1313
- myshorthost
1414
hostname: myshorthost
15+
1516
script: ant -buildfile ./framework/build.xml test
16-
after_failure:
17-
cat ./samples-and-tests/just-test-cases/test-result/*.failed.html
18-
cat ./samples-and-tests/forum/test-result/*.failed.html
19-
cat ./samples-and-tests/zencontact/test-result/*.failed.html
20-
cat ./samples-and-tests/jobboard/test-result/*.failed.html
21-
cat ./samples-and-tests/yabe/test-result/*.failed.html
17+
18+
after_failure:
19+
find samples-and-tests -name '*.failed.html' -exec echo {} \; -exec cat {} \;
20+
2221
notifications:
2322
webhooks:
2423
urls:

0 commit comments

Comments
 (0)