Hi Chamila yes, make cross always exit with 0 otherwise it will always fail:-(
Please add a new field to test/tests.json e.g. "exit": "hard" => test suite fail "exit": "soft" => test suite pass This will allow us to have *make cross* as part of regular test suite and build will fail if e.g. cpp is broken because it is set to "exit":"hard" Thanks roger Quoting Chamila Wijayarathna <[email protected]>:
Hello all, Currently in .travis.yml, even though we have 'make cross' running there, it seems like it shows failure only when 'make cross' script fails to run, but not when cross tests fails. Eg -: https://travis-ci.org/cdwijayarathna/thrift/jobs/31338573 - Some coss tests has failed, but 'make cross' exit with 0. I think this is the same with 'make check' also. So is this intended or, do we need to show failure at travis when cross tests fails. Thank You! -- *Chamila Dilshan Wijayarathna,* SMIEEE, SMIESL, Undergraduate, Department of Computer Science and Engineering, University of Moratuwa.
