Skip to content

Fix 3474#3476

Merged
Torxed merged 3 commits intoarchlinux:masterfrom
svartkanin:fix-3474
May 19, 2025
Merged

Fix 3474#3476
Torxed merged 3 commits intoarchlinux:masterfrom
svartkanin:fix-3474

Conversation

@svartkanin
Copy link
Copy Markdown
Collaborator

Fixes #3474

Comment thread tests/test_args.py
dry_run=True,
script="execution_script",
mountpoint=Path("/mnt"),
mountpoint=Path("/tmp"),
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why doesn't /mnt work here?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Because the test data uses /tmp above. The arg parser was broken and defaulting to /mnt that's why the test was fine

@svartkanin svartkanin marked this pull request as ready for review May 19, 2025 07:00
@Torxed Torxed merged commit 790a7a2 into archlinux:master May 19, 2025
9 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.

Mountpoint config and CLI option are ignored

2 participants