mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
fix coffee test
This commit is contained in:
parent
49deb2a05b
commit
bbc70dd959
@ -2,7 +2,6 @@
|
||||
".sh": "bash",
|
||||
".py": "python",
|
||||
".rb": "ruby",
|
||||
".coffee" : "coffee",
|
||||
".php": "php",
|
||||
".pl" : "perl",
|
||||
".js" : "node"
|
||||
|
||||
@ -101,7 +101,7 @@ rm outmerge*
|
||||
########### coffee cluster test
|
||||
$pm2 delete all
|
||||
|
||||
$pm2 start echo.coffee
|
||||
$pm2 start echo.coffee -i 1
|
||||
|
||||
should 'process should not have been restarted' 'restart_time: 0' 1
|
||||
should 'process should be online' "status: 'online'" 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user