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

Ensure test_running-testresults.tar.gz contains image files #218

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

b10n1k
Copy link
Contributor

@b10n1k b10n1k commented Dec 17, 2024

files in testresults.tar.gz are not opening, likely because are symbolic links. Ensure that the tar contains the actual files and can be accessed. For that tar takes -h option which comes with some caveats. As such the assert_script_run is replaced by script_run. The reason is that it can fail due to broken links or circular references.

https://progress.opensuse.org/issues/169249

files in testresults.tar.gz are not opening, likely because are symbolic
links. Ensure that the tar contains the actual files and can be accessed.
For that tar takes `-h` option which comes with some caveats. As such the
assert_script_run is replaced by script_run. The reason is that it can fail
due to broken links or circular references.

https://progress.opensuse.org/issues/169249

Signed-off-by: Ioannis Bonatakis <[email protected]>
@mergify mergify bot merged commit f14c5c6 into os-autoinst:master Dec 18, 2024
5 checks passed
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