Skip to content
Snippets Groups Projects
Commit f132824c authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Another fix for pg_regress: Replace exit_nicely() with exit() plus

atexit() hook
parent bd09111f
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ isolation_start_test(const char *testname,
{
fprintf(stderr, _("could not start process for test %s\n"),
testname);
exit_nicely(2);
exit(2);
}
return pid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment