Skip to content

Commit

Permalink
add websocket client jar in test run
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph committed Feb 28, 2022
1 parent ea6a59b commit b577707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/websockettck.sh
Expand Up @@ -77,7 +77,7 @@ if [[ "$PROFILE" == "web" || "$PROFILE" == "WEB" ]]; then
fi

if [ ! -z "$TCK_BUNDLE_BASE_URL" ]; then
sed -i 's#websocket.api=.*#websocket.api=${web.home}/modules/jakarta.websocket-api.jar${pathsep}${web.home}/modules/jakarta.servlet-api.jar${pathsep}${web.home}/modules/jakarta.enterprise.cdi-api.jar#g' ts.jte
sed -i 's#websocket.api=.*#websocket.api=${web.home}/modules/jakarta.websocket-api.jar${pathsep}${web.home}/modules/jakarta.websocket-client-api.jar${pathsep}${web.home}/modules/jakarta.servlet-api.jar${pathsep}${web.home}/modules/jakarta.enterprise.cdi-api.jar#g' ts.jte
fi
mkdir -p $TCK_HOME/${TCK_NAME}report/${TCK_NAME}
mkdir -p $TCK_HOME/${TCK_NAME}work/${TCK_NAME}
Expand Down

0 comments on commit b577707

Please sign in to comment.