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: Fix container filepath to make it platform independent #80

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

vsiravar
Copy link
Contributor

Issue #, if available:
N/A
Description of changes:
In the container cp command test, container path is evaluated using filepath.Join("/tmp", filename). On windows this evaluates to /tmp\<filename> which is not a unix path for the container.

Testing done:
Yes

  • I've reviewed the guidance in CONTRIBUTING.md

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@sam-berning sam-berning merged commit 5496e94 into runfinch:main Sep 19, 2023
3 checks passed
sam-berning pushed a commit that referenced this pull request Sep 20, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.7.4](v0.7.3...v0.7.4)
(2023-09-20)


### Bug Fixes

* Fix container filepath to make it platform independent
([#80](#80))
([5496e94](5496e94))
* increase acceptable time deviation for stop tests with -t
([#81](#81))
([c292f6d](c292f6d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

3 participants