osm-spline / xappy.js

Xappy.JS
Other
37 stars 4 forks source link

continuous integration system - fix status code of test runs #42

Closed booo closed 13 years ago

booo commented 13 years ago

There are failing tests but jenkins reports the build as successful. I think this is because of the status code returned from ./bin/run_tests

If any test fails the script should return with an error as status code?

AlexanderS commented 13 years ago

No. The build script was executed with /bin/sh on the server and with dash $PIPESTATUS is not working.

Fixed.