Tests: relaxed jar glob.

We install jars with names like websocket-api-${NXT_JAVA_MODULE}-$NXT_VERSION.jar,
which translates to versioned NXT_JAVA_MODULE in the packaging system, e.g.
websocket-api-java11-1.30.0.jar.
This commit is contained in:
Konstantin Pavlov 2023-03-27 13:16:47 -07:00
parent 565dcbb139
commit e242b1454d

View file

@ -56,7 +56,7 @@ class TestApplicationJava(TestApplicationProto):
)
ws_jars = glob.glob(
f'{option.current_dir}/build/websocket-api-java-*.jar'
f'{option.current_dir}/build/websocket-api-java*.jar'
)
if not ws_jars: