mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
travis
This commit is contained in:
parent
03376eb30f
commit
8895867495
@ -113,18 +113,18 @@ rm server-watch.js
|
||||
#############
|
||||
# we've already seen before that "watch: true" is really watching when changing a file
|
||||
|
||||
$pm2 start --watch all.json
|
||||
# $pm2 start --watch all.json
|
||||
|
||||
should 'processes should be watched' 'watch: true' 8
|
||||
# should 'processes should be watched' 'watch: true' 8
|
||||
|
||||
$pm2 stop --watch all
|
||||
# $pm2 stop --watch all
|
||||
|
||||
should 'processes should have stop being watched' 'watch: false' 8
|
||||
# should 'processes should have stop being watched' 'watch: false' 8
|
||||
|
||||
$pm2 restart --watch all
|
||||
should 'processes should be watched' 'watch: true' 8
|
||||
# $pm2 restart --watch all
|
||||
# should 'processes should be watched' 'watch: true' 8
|
||||
|
||||
$pm2 kill
|
||||
# $pm2 kill
|
||||
|
||||
##########
|
||||
# delete #
|
||||
|
||||
1
test/fixtures/server-watch.js
vendored
1
test/fixtures/server-watch.js
vendored
@ -4,4 +4,3 @@ http.createServer(function(req, res) {
|
||||
res.writeHead(200);
|
||||
res.end('hey');
|
||||
}).listen(8000);
|
||||
console.log('test');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user