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:
@@ -56,7 +56,7 @@ class TestApplicationJava(TestApplicationProto):
|
|||||||
)
|
)
|
||||||
|
|
||||||
ws_jars = glob.glob(
|
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:
|
if not ws_jars:
|
||||||
|
|||||||
Reference in New Issue
Block a user