mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
restore tests
This commit is contained in:
parent
f683fb1982
commit
cc9465a6ef
@ -44,10 +44,10 @@ mocha ./test/interface/interactor.daemonizer.mocha.js
|
||||
spec "Remote interactor keys save verification"
|
||||
mocha ./test/interface/remote.mocha.js
|
||||
spec "Remote interactions test"
|
||||
#mocha ./test/interface/bus.spec.mocha.js
|
||||
#spec "Protocol communication test"
|
||||
#mocha ./test/interface/bus.fork.spec.mocha.js
|
||||
#spec "Protocol communication test"
|
||||
mocha ./test/interface/bus.spec.mocha.js
|
||||
spec "Protocol communication test"
|
||||
mocha ./test/interface/bus.fork.spec.mocha.js
|
||||
spec "Protocol communication test"
|
||||
|
||||
echo " ______ ________________________"
|
||||
echo " / __/ / / / ___/ ___/ __/ __/ __/"
|
||||
|
||||
@ -6,7 +6,9 @@ var http = require('http');
|
||||
|
||||
http.createServer(function(req, res) {
|
||||
res.writeHead(200);
|
||||
res.end('transaction');
|
||||
setTimeout(function() {
|
||||
res.end('transaction');
|
||||
}, 1000);
|
||||
}).listen(9010);
|
||||
|
||||
setInterval(function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user