hpi-swa / smalltalkCI

Framework for testing Smalltalk projects with GitHub Actions, GitLab CI, Travis CI, AppVeyor, and others.
MIT License
96 stars 68 forks source link

Squeak: Treat a test as failed when it raises a warning #546

Closed LinqLover closed 2 years ago

LinqLover commented 2 years ago

This realigns the SCI TestRunner again with the changed semantics in SUnit. See SUnit-ct.129 (Trunk):

Catch warnings and halts in test case execution as well as Errors.

As a test that raises a warning now is displayed as red in the local TestRunner, smalltalkCI should adopt this behavior, too.

@marceltaeumel FYIO :-)