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

formats.libconfig: fix unstable store path dependency in test #264581

Merged
merged 1 commit into from
Nov 1, 2023

Commits on Oct 31, 2023

  1. formats.libconfig: fix unstable store path dependency in test

    Previously, this test would verify a writeText file with a constant
    content is at a precise store path, but this is not actually the case
    and the store path has changed maybe twice since the original
    "pkgs.formats: Add libconfig format generator" PR was started, the
    latest time being after it was merged.
    
    We now placehold the store path in expected.txt and substitute it just
    before we run the diff, alleviating the problem.
    ckiee committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    faf4e7b View commit details
    Browse the repository at this point in the history