ensure that the mri and jruby start properly

This commit is contained in:
Spencer Alger 2014-09-11 14:33:36 -07:00
parent abec0f899d
commit 51fb179f2c

View file

@ -6,15 +6,15 @@ module.exports = function (grunt) {
var config = {
mri_server: {
options: {
wait: false
// quiet: true
wait: false,
ready: /kibana server started/i
},
cmd: cmd
},
jruby_server: {
options: {
wait: false
// quiet: true
wait: false,
ready: /kibana server started/i
},
cmd: jruby,
args: [