Commit f132824c authored by Peter Eisentraut's avatar Peter Eisentraut

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

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