Fix more groovy references in packaging tests
This commit is contained in:
parent
d8808210f1
commit
66d135cf63
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue