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 unterminated quoted string error when running podman v4 #23

Merged
merged 1 commit into from
Mar 9, 2022
Merged

Fix unterminated quoted string error when running podman v4 #23

merged 1 commit into from
Mar 9, 2022

Conversation

spikhoff
Copy link
Contributor

No description provided.

@owtaylor
Copy link
Owner

I'm not sure why you closed the other pull request and opened this one. As I said in the other pull request, I'm not taking this patch until we have a https://github.com/containers/podman issue to reference in the commit message. Would you like me to file the issue? If so, can you provide your "rpm -q podman". Thanks!

@spikhoff
Copy link
Contributor Author

Sorry, I messed up with rebasing, still learning how forking and contributing works 😅
That would be wonderful if you could open the issue.

podman-4.0.0-0.6.rc4.fc36.x86_64

Copy link
Owner

@owtaylor owtaylor left a comment

Choose a reason for hiding this comment

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

Could you update the commit message (git commit --amend) to be something like:

Fix unterminated quoted string error when running podman v4

Release candidates of podman v4 are unable to handle escape sequences inside strings.
See: https://github.com/containers/podman/issues/13446
Work around this by using the println function instead.

Then push the updated changes to your branch (git push --force main:main).

For future pull requests, it's better practice to use a specific branch in your repository for each pull request, rather than creating a pull request from changes on your main branch.

Thanks!

@owtaylor
Copy link
Owner

owtaylor commented Mar 9, 2022

Thanks for the updated commit message! One more fix needed - can you update tests/test-basic.sh so that ./run-tests.sh passes (there are three copies of the 'podman inspect' command in that file)? Thanks!

Release candidates of podman v4 are unable to handle escape sequences inside strings.
See: containers/podman#13446
Work around this by using the println function instead.
@spikhoff
Copy link
Contributor Author

spikhoff commented Mar 9, 2022

I updated the tests, all green now.

@owtaylor owtaylor merged commit 43662e7 into owtaylor:main Mar 9, 2022
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.

2 participants