Another fix for pg_regress: Replace exit_nicely() with exit() plus
atexit() hook
This commit is contained in:
parent
bd09111f1f
commit
f132824c24
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user