We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd09111 commit f132824Copy full SHA for f132824
src/test/isolation/isolation_main.c
@@ -69,7 +69,7 @@ isolation_start_test(const char *testname,
69
{
70
fprintf(stderr, _("could not start process for test %s\n"),
71
testname);
72
- exit_nicely(2);
+ exit(2);
73
}
74
75
return pid;
0 commit comments