mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
ensure that the mri and jruby start properly
This commit is contained in:
parent
abec0f899d
commit
51fb179f2c
1 changed files with 4 additions and 4 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue