I wonder is there any way to tell the osgi console in eclipse not to exit after running tests with tycho-surefire-plugin?
I have tried out <argLine>-Dosgi.noShutdown=true</argLine> and <appArgLine>-console -noExit</appArgLine>, but I do not get what I want.