pyrus / Pyrus_Developer

Developer tools for building PEAR compatible packages
7 stars 7 forks source link

run-phpt exits with 0 even when failures occur #16

Closed saltybeagle closed 12 years ago

saltybeagle commented 12 years ago

The run-phpt command exits successfully even when tests fail.

This causes problems with continuous integration services such as travis-ci. For example: http://travis-ci.org/#!/saltybeagle/UNL_UndergraduateBulletin/jobs/647849

There is one failure, but the run-phpt command exits with 0 resulting in a success message from travis-ci.

saltybeagle commented 12 years ago

This is an issue with Pyrus, not Pyrus_Developer, and has been fixed by http://github.com/pyrus/Pyrus/issues/91