offline auto start node js for testing

This commit is contained in:
MaximZaitsev
2016-08-17 12:04:17 +03:00
parent 74a6f230d1
commit bc8d741d63
+2 -2
View File
@@ -70,8 +70,8 @@ expect " $"
set timeout 120
send "npm install \r"
expect " $"
send "node main.js &\r"
expect " $"
#send "node main.js &\r"
#expect " $"
send "exit\r"
expect eof