mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
Fix lang-painless packaging test
This commit fixes a failing lang-painless packaging test after a change to the dependencies was made in commit 0bfb166eeba0ba8f292550cb9100708c88e4a4c9.
This commit is contained in:
parent
8287e13616
commit
30b8a51eb9
@ -248,10 +248,7 @@ fi
|
||||
}
|
||||
|
||||
@test "[$GROUP] check lang-painless module" {
|
||||
# we specify the version on the asm-5.0.4.jar so that the test does
|
||||
# not spuriously pass if the jar is missing but the other asm jars
|
||||
# are present
|
||||
check_secure_module lang-painless antlr4-runtime-*.jar asm-5.0.4.jar asm-commons-*.jar asm-tree-*.jar
|
||||
check_secure_module lang-painless antlr4-runtime-*.jar asm-debug-all-*.jar
|
||||
}
|
||||
|
||||
@test "[$GROUP] install javascript plugin" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user