Skip to content

Change exit to return

Flavia Gehrig requested to merge ChangeExitToReturn into 4.2.x

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

Merge request reports