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

Fix warnings about empty variables #268

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

perlpunk
Copy link
Contributor

We saw warnings in the logs:

/opt/os-autoinst-scripts/openqa-investigate: line 239: : command not found
/opt/os-autoinst-scripts/openqa-investigate: line 241: : command not found

By testing if the variables have content this can be fixed. Not sure how I would make such warnings fatal in our tests.

Issue: https://progress.opensuse.org/issues/132272

We saw warnings in the logs:

    /opt/os-autoinst-scripts/openqa-investigate: line 239: : command not found
    /opt/os-autoinst-scripts/openqa-investigate: line 241: : command not found

By testing if the variables have content this can be fixed.
Not sure how I would make such warnings fatal in our tests.

Issue: https://progress.opensuse.org/issues/132272
Copy link
Member

@kalikiana kalikiana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good find!

@mergify mergify bot merged commit a37a39d into os-autoinst:master Oct 20, 2023
4 checks passed
@perlpunk perlpunk deleted the fix-handling-empty branch October 27, 2023 21:13
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 this pull request may close these issues.

None yet

3 participants