anton-vinogradov commented on a change in pull request #8109: URL: https://github.com/apache/ignite/pull/8109#discussion_r465058093
########## File path: modules/ducktests/tests/ignitetest/services/utils/ignite_aware_app.py ########## @@ -106,7 +108,23 @@ def env(self): return "export MAIN_CLASS={main_class}; ".format(main_class=self.servicejava_class_name) + \ "export EXCLUDE_TEST_CLASSES=true; " + \ "export IGNITE_LOG_DIR={log_dir}; ".format(log_dir=self.PERSISTENT_ROOT) + \ - "export USER_LIBS=%s:/opt/ignite-dev/modules/ducktests/target/*; " % self.user_libs + "export USER_LIBS=%s:/opt/ignite-dev/modules/ducktests/target/*%s; " % \ Review comment: Done ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org