Skip to content

Replace exit() with return statements in tests

Flavia Gehrig requested to merge ChangeExitToReturn into master

I replaced all the exit() with return statements in the /examples testfiles so that resources are cleaned up properly when leaving the test.

Merge request reports