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

t: Avoid tampering with git checkout #5857

Merged
merged 2 commits into from
Aug 14, 2024
Merged

Commits on Aug 14, 2024

  1. t: Avoid tampering with git checkout

    I was running this test locally and it failed every second time,
    because it created some directory that wasn't cleaned up.
    
    Now it copies everything it needs to a tempdir and leaves the source dir alone.
    
    Related issue: https://progress.opensuse.org/issues/164883
    perlpunk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    98c69a9 View commit details
    Browse the repository at this point in the history
  2. t: Remove duplication from test labels

    If the number changes, one often forgets to update the test label as well
    perlpunk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6fb2c48 View commit details
    Browse the repository at this point in the history