Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_plugin_tests: --skip-setup option installs irods-python-ci-utilities #241

Open
alanking opened this issue Jan 15, 2025 · 1 comment
Open
Labels
bug Something isn't working

Comments

@alanking
Copy link
Contributor

And it's annoying.

@alanking alanking added the bug Something isn't working label Jan 15, 2025
@alanking
Copy link
Contributor Author

alanking commented Jan 15, 2025

This is because --skip-setup isn't reaching the test hook at all. The run_plugin_tests script does not pass along this option through the options here:

options = ['--built_packages_root_directory', plugin_package_directory]
rc = test_utils.run_plugin_tests(containers,
args.plugin_name,
args.test_hook,
args.tests,
[options] * args.executor_count,
args.fail_fast)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant