Skip to content
Snippets Groups Projects
Commit 4aa66888 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] tests: remove logging 'SIGTERM'

parent 616084b0
No related branches found
No related tags found
2 merge requests!12291.6 into DockerBuild,!12251.6 fixes
......@@ -233,7 +233,6 @@ if (cluster.isMaster) {
} else {
process.on("SIGTERM", function() {
logger.info(`SIGTERM received, closing worker ${process.pid}`);
process.exit(0)
});
......
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