Skip to content

Regression: Empty --include/--exclude/--test/--suite are not ignored #4441

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

Closed
zmoose opened this issue Aug 19, 2022 · 1 comment
Closed

Regression: Empty --include/--exclude/--test/--suite are not ignored #4441

zmoose opened this issue Aug 19, 2022 · 1 comment

Comments

@zmoose
Copy link

zmoose commented Aug 19, 2022

I updated my python3 robotframework package from 5.0 to 5.0.1 and now the robot command fails when the "--include=" parameter is blank. Its always worked fine before.

`robot -v OPENBMC_HOST:myhost --include= templates/test_openbmc_setup.robot
[ ERROR ] Suite 'Test Openbmc Setup' contains no tests matching tag ''.

Try --help for usage information.`

@pekkaklarck
Copy link
Member

I was able to reproduce the problem and according to git bisect the issue was introduced in commit 8b6d54c that fixed #3862. I'll study this a bit more later and hopefully can fix it for RF 5.1.

@pekkaklarck pekkaklarck added this to the v5.1 milestone Aug 26, 2022
@pekkaklarck pekkaklarck changed the title robotframework 5.0.1 fails when --include option is blank Regression: Empty --include/--exclude/--test/--suite are not ignored Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants