mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
housekeeping: shellcheck for tests/functional/binary-cache-build-remote.sh
This commit is contained in:
parent
7738b295e5
commit
4a28ba7877
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ clearCacheCache
|
||||||
outPath=$(nix-build --store "file://$cacheDir" --builders 'auto - - 1 1' -j0 dependencies.nix)
|
outPath=$(nix-build --store "file://$cacheDir" --builders 'auto - - 1 1' -j0 dependencies.nix)
|
||||||
|
|
||||||
# Test that the path exactly exists in the destination store.
|
# Test that the path exactly exists in the destination store.
|
||||||
nix path-info --store "file://$cacheDir" $outPath
|
nix path-info --store "file://$cacheDir" "$outPath"
|
||||||
|
|
||||||
# Succeeds without any build capability because no-op
|
# Succeeds without any build capability because no-op
|
||||||
nix-build --store "file://$cacheDir" -j0 dependencies.nix
|
nix-build --store "file://$cacheDir" -j0 dependencies.nix
|
||||||
|
|
Loading…
Reference in a new issue