Skip to content

Commit

Permalink
fix: make sure not pm2 is running
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Feb 2, 2018
1 parent c13b236 commit bd798fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/bash/pm2-runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd798fd

Please sign in to comment.