Improved namespace for es to support paralel runners.
This commit is contained in:
parent
a8ab2bd787
commit
abe6b5fb30
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ job_integration_es:
|
|||
- rake db:drop;
|
||||
- rake db:create
|
||||
- rake db:migrate
|
||||
- export ES_INDEX="estest.local_zammad_"$RNAME
|
||||
- ruby -I test/ test/integration/elasticsearch_test.rb
|
||||
- ruby -I test/ test/controllers/search_controller_test.rb
|
||||
- ruby -I test/ test/integration/report_test.rb
|
||||
|
|
Loading…
Reference in a new issue