Aug. 14, 2014
2:19 p.m.
On 08 Aug 2014, at 17:29, Tim Mackinnon <tim@testit.works> wrote:
Maybe this is a good moment to review what checks are run on every build and ensure that they are working?
Itâs easy to leave in something like self halt - it would be nice to have the CI system do its stuff and send you an email that you forget (this is where CI is awesome).
Yes⦠but nothing happens by itself.
Iâm also assuming in the CI process we check logs for âundefinedâ and âerrorâ msgs that would appear in the transcript right?
no, it does not. It fails on Error, though. And Undeclareds are checked by the test #testUndeclared of the ReleaseTest class that is run on the final result of the build. Marcus