konveyor / tackle-test-generator-cli

Apache License 2.0
58 stars 34 forks source link

CLI command can be run from anywhere on the file system #266

Closed sinha108 closed 2 years ago

sinha108 commented 2 years ago

Description

This PR removes the dependency of the installed tkltest command on relative paths to library jars and other resources. With this update, the CLI command can be run from anywhere on the file system. The PR also fixes the related docker issue that required library jars to be available on the host machine for CLI commands to run in the container.

The PR contains the following updates:

Related to #117

Type of Change

Please check the types of changes your PR introduces.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so that it can be replicated. Please also list any relevant details for your test configuration.

Checklist