Allow runAsMainSingleModule to be called more than once
[alexxy/gromacs.git] / src / testutils / testoptions.cpp
index a46d8875c37797a55813eb2eefff52aad683f464..77f49b9dd1bf8df1cb7e469f4152a02147a65d8b 100644 (file)
@@ -189,7 +189,7 @@ void initTestUtils(const char *dataPath, const char *tempPath, int *argc, char *
     catch (const std::exception &ex)
     {
         printFatalErrorMessage(stderr, ex);
-        std::exit(processExceptionAtExit(ex));
+        std::exit(processExceptionAtExitForCommandLine(ex));
     }
 }