meshadaptation / pragmatic

Anisotropic mesh adaptation library
Other
54 stars 18 forks source link

Travis: Exit with exit code 1 if fail/warning encountered #41

Closed fmilthaler closed 9 years ago

fmilthaler commented 9 years ago

If a warning or failure is encountered in any of the tests, an exception is raised and testharness exists with the exit code 1, else it exists with exit code 0. Exiting with exit code 1 is crucial since it is picked up by travis. This way travis will mark make test as failed. This closes #39

fmilthaler commented 9 years ago

Travis now marks a build as failed instead of passed when a test is failing, see