Failing builds are green

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Failing builds are green

Nicolas Cellier
 
Hi,
despite the last appveyor build for pharo failed, the build is indicated as green.
I don't feel like randomly hacking the makefiles...
Anyone more knowledgeable has a hint to correct this (forcing exit 1 return here and there...)?

https://ci.appveyor.com/project/OpenSmalltalk/vm/build/1.0.572/job/moy51btx01lea3hh

Reply | Threaded
Open this post in threaded view
|

Re: Failing builds are green

Nicolas Cellier
 


2017-03-18 11:58 GMT+01:00 Nicolas Cellier <[hidden email]>:
Hi,
despite the last appveyor build for pharo failed, the build is indicated as green.
I don't feel like randomly hacking the makefiles...
Anyone more knowledgeable has a hint to correct this (forcing exit 1 return here and there...)?

https://ci.appveyor.com/project/OpenSmalltalk/vm/build/1.0.572/job/moy51btx01lea3hh


Answering to myself, it may well be this '; test ${PIPESTATUS[0]} -eq 0' after the tee...

https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/46d8e8cd25d9b92ffd21ce21dcdeb2406b18c804

It's missing in pharo.cog.spur/mvm, I'll try it ASAP