diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-10-26 17:59:32 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-10-26 17:59:32 +0100 |
commit | 1e66d146a343cff8ea60fa24b1642762de27c787 (patch) | |
tree | 17ac204e393a4aca9743a039190dd58168474202 /tests | |
parent | 9d5e9ef0da89fe4fd02d7053ee28d79df3245325 (diff) |
Fix test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/binary-cache.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/binary-cache.sh b/tests/binary-cache.sh index e14cf882e..6415c9302 100644 --- a/tests/binary-cache.sh +++ b/tests/binary-cache.sh @@ -271,5 +271,5 @@ rm $cacheDir/$(hashpart $docPath).narinfo nix-store --delete $outPath $docPath # -vvv is the level that logs during the loop -timeout 60 nix-build -E "$expr" --option substituters "file://$cacheDir" \ +timeout 60 nix-build --no-out-link -E "$expr" --option substituters "file://$cacheDir" \ --option trusted-binary-caches "file://$cacheDir" --no-require-sigs |