fix coffee test

This commit is contained in:
Unitech 2014-11-18 13:39:32 +01:00
parent 49deb2a05b
commit bbc70dd959
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
".sh": "bash",
".py": "python",
".rb": "ruby",
".coffee" : "coffee",
".php": "php",
".pl" : "perl",
".js" : "node"

View File

@ -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