File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ wait_for_es() {
26
26
}
27
27
28
28
if [[ " $INTEGRATION " != " true" ]]; then
29
- jruby -rbundler/setup -S rspec -fd spec/unit -t ~ integration -t ~ secure_integration
29
+ bundle exec rspec --format=documentation spec/unit --tag ~ integration --tag ~ secure_integration
30
30
else
31
31
32
32
if [[ " $SECURE_INTEGRATION " == " true" ]]; then
38
38
echo " Waiting for elasticsearch to respond..."
39
39
ES_VERSION=$( wait_for_es)
40
40
echo " Elasticsearch $ES_VERSION is Up!"
41
- jruby -rbundler/setup -S rspec -fd $extra_tag_args --tag update_tests:painless --tag es_version:$ES_VERSION spec/integration
41
+ bundle exec rspec --format=documentation $extra_tag_args --tag update_tests:painless --tag es_version:$ES_VERSION spec/integration
42
42
fi
You can’t perform that action at this time.
0 commit comments