Remove references to groovy in packaging tests

This commit is contained in:
Ryan Ernst 2016-11-22 22:46:04 -08:00
parent c7b69a0133
commit 7ad409d5aa
2 changed files with 1 additions and 5 deletions

View File

@ -3,7 +3,7 @@
"script": {
"script": {
"file": "is_guide",
"lang": "groovy"
"lang": "painless"
}
}
}

View File

@ -255,10 +255,6 @@ fi
check_secure_module lang-expression antlr4-runtime-*.jar asm-5.0.4.jar asm-commons-*.jar asm-tree-*.jar lucene-expressions-*.jar
}
@test "[$GROUP] check lang-groovy module" {
check_secure_module lang-groovy groovy-*-indy.jar
}
@test "[$GROUP] check lang-mustache module" {
check_secure_module lang-mustache compiler-*.jar
}