pm2/test/e2e/misc/port-release.sh
2018-12-18 18:20:09 +01:00

12 lines
259 B
Bash

#!/usr/bin/env bash
SRC=$(cd $(dirname "$0"); pwd)
source "${SRC}/../include.sh"
cd $file_path
$pm2 start cluster-pm2.json
should 'should have started 4 processes' 'online' 4
$pm2 reload cluster-pm2.json
should 'should have started 4 processes' 'online' 4