File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ clear-stalled:
393393ps awwx | grep Release/node | grep -v grep | cat
394394@PS_OUT=` ps awwx | grep Release/node | grep -v grep | awk ' {print $$1}' ` ; \
395395if [ " $$ {PS_OUT}" ]; then \
396- echo $$ {PS_OUT} | xargs kill ; \
396+ echo $$ {PS_OUT} | xargs kill -9 ; \
397397fi
398398
399399.PHONY : test-gc
@@ -439,7 +439,7 @@ test-ci-js: | clear-stalled
439439ps awwx | grep Release/node | grep -v grep | cat
440440@PS_OUT=` ps awwx | grep Release/node | grep -v grep | awk ' {print $$1}' ` ; \
441441if [ " $$ {PS_OUT}" ]; then \
442- echo $$ {PS_OUT} | xargs kill ; exit 1; \
442+ echo $$ {PS_OUT} | xargs kill -9 ; exit 1; \
443443fi
444444
445445.PHONY : test-ci
@@ -454,7 +454,7 @@ test-ci: | clear-stalled build-addons build-addons-napi doc-only
454454ps awwx | grep Release/node | grep -v grep | cat
455455@PS_OUT=` ps awwx | grep Release/node | grep -v grep | awk ' {print $$1}' ` ; \
456456if [ " $$ {PS_OUT}" ]; then \
457- echo $$ {PS_OUT} | xargs kill ; exit 1; \
457+ echo $$ {PS_OUT} | xargs kill -9 ; exit 1; \
458458fi
459459
460460.PHONY : build-ci
You can’t perform that action at this time.
0 commit comments