Skip to content

Commit

Permalink
manifest_tests: use dot to separate major and minor version
Browse files Browse the repository at this point in the history
Distros now use dot to separate major and minor version digit. Update
the script to not remove the dot.

Signed-off-by: Tomáš Hozza <[email protected]>
  • Loading branch information
thozza committed Jul 1, 2024
1 parent 8c30562 commit d93e99b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/cases/manifest_tests
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ with open(OS_RELEASE_PATH, 'r', encoding='utf-8') as f:
config.read_string(config_string)
distro = f"{config.get('DEFAULT', 'ID')}-{config.get('DEFAULT', 'VERSION_ID')}"
distro = distro.replace('"', '')
distro = distro.replace('.', '')


print(f"Running the osbuild-image-test executable for arch {platform.machine()} and "
Expand Down

0 comments on commit d93e99b

Please sign in to comment.