Skip to content

Change exit to return in CI tests

Flavia Gehrig requested to merge ChangeExitToReturn into 4.2.x

Changing in the /example/ files all the exit() statements to return or exception+catch in main, so that resources are cleaned up properly when exiting tests.

Edited by Felix Zahn

Merge request reports