From bd798fd748665e935db4bb91f9d1d66952d9842a Mon Sep 17 00:00:00 2001 From: Unitech Date: Fri, 2 Feb 2018 15:50:26 +0100 Subject: [PATCH] fix: make sure not pm2 is running --- test/bash/pm2-runtime.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/bash/pm2-runtime.sh b/test/bash/pm2-runtime.sh index f07131a35..da29b919f 100644 --- a/test/bash/pm2-runtime.sh +++ b/test/bash/pm2-runtime.sh @@ -13,6 +13,7 @@ cd $file_path/pm2-dev # Simple start with 4 apps # $pm2 kill +pkill -f PM2 $pm2_runtime app.js -i 4 should 'should have started 4 apps' 'online' 4