Fix more groovy references in packaging tests

This commit is contained in:
Ryan Ernst 2016-11-22 23:06:24 -08:00
parent d8808210f1
commit 66d135cf63
2 changed files with 2 additions and 2 deletions

View File

@ -469,7 +469,7 @@ check_elasticsearch_version() {
} }
install_elasticsearch_test_scripts() { install_elasticsearch_test_scripts() {
install_script is_guide.groovy install_script is_guide.painless
install_script is_guide.mustache install_script is_guide.mustache
} }
@ -493,7 +493,7 @@ run_elasticsearch_tests() {
"script": { "script": {
"script": { "script": {
"file": "is_guide", "file": "is_guide",
"lang": "groovy" "lang": "painless"
} }
} }
} }