Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #773 was successful Changes by Guus der Kinderen and Florian Schmaus <flo@geekplace.eu>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
5 minutes
Labels
None
Agent
Default Agent
Revision
b7a235f43cde0895c16bbb7a5f47caa811e9212e
Total tests
809
Successful since
#690 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> b7a235f43cde0895c16bbb7a5f47caa811e9212e Merge pull request #435 from guusdk/sint-cli-output-fix
Add missing right parenthesis in SINT output
Guus der Kinderen Guus der Kinderen 254c315852301b60a1440c30f2511d895d13ad24 Add missing right parenthesis in SINT output
While running the Smack integration tests, a line like this is printed to std-out somewhere

    Available tests: 21 (Disabled 12 classes and 6 tests

There's a missing character on the end of that line, which makes the author of this commit twitch.
This commit adds the missing character, resulting in a line like this:

    Available tests: 21 (Disabled 12 classes and 6 tests)