mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
logs around getFingerprint
This commit is contained in:
parent
b69fb151c4
commit
9a6388dce6
3 changed files with 18 additions and 5 deletions
|
@ -53,11 +53,14 @@
|
|||
}}
|
||||
"""
|
||||
|
||||
|
||||
# fetch the repo via nix
|
||||
fetched_lfs = client.succeed(f"""
|
||||
nix eval --impure --raw --expr '({fetchGit_lfs_expr}).outPath'
|
||||
""")
|
||||
|
||||
assert fetched_lfs != fetched_nolfs, f"fetching with and without lfs yielded the same store path {fetched_lfs}, fingerprinting error?"
|
||||
|
||||
# check that file was smudged
|
||||
file_size_lfs = client.succeed(f"""
|
||||
stat -c %s {fetched_lfs}/beeg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue