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

Passing the --test & --xctestrun-file via CLI not working #564

Closed
v-ahadke opened this issue Jun 19, 2019 · 2 comments · Fixed by #566
Closed

Passing the --test & --xctestrun-file via CLI not working #564

v-ahadke opened this issue Jun 19, 2019 · 2 comments · Fixed by #566
Assignees

Comments

@v-ahadke
Copy link

When I pass the --test & --xctestrun-file via CLI , it exits the command with test is not set message. So looks like https://github.com/TestArmada/flank/blob/380de617040ab049de94491e4911d97b83e6630f/test_runner/src/main/kotlin/ftl/args/yml/IosGcloudYml.kt#L33 & https://github.com/TestArmada/flank/blob/380de617040ab049de94491e4911d97b83e6630f/test_runner/src/main/kotlin/ftl/args/yml/IosGcloudYml.kt#L34 causing the issue.

If I understand the code correctly, it expects the yml file must have entries for https://github.com/TestArmada/flank/blob/380de617040ab049de94491e4911d97b83e6630f/test_runner/src/main/kotlin/ftl/args/yml/IosGcloudYml.kt#L29 which will restrict user to pass them via CLI.

Can someone please check this? Thanks

@bootstraponline
Copy link
Contributor

Thanks for the feedback! I will fix this in #566 and make a new release today.

@bootstraponline
Copy link
Contributor

The issue has been resolved in https://github.com/TestArmada/flank/releases/tag/v6.2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants