mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
* Do a substitution even if --max-jobs == 0.
This commit is contained in:
parent
cff2b2a13a
commit
351bf658f9
2 changed files with 23 additions and 18 deletions
|
@ -15,7 +15,7 @@ echo $outPath > $TEST_ROOT/sub-paths
|
|||
# First try a substituter that fails, then one that succeeds
|
||||
export NIX_SUBSTITUTERS=$(pwd)/substituter2.sh:$(pwd)/substituter.sh
|
||||
|
||||
$nixstore -rvv "$drvPath"
|
||||
$nixstore -j0 -rvv "$drvPath"
|
||||
|
||||
text=$(cat "$outPath"/hello)
|
||||
if test "$text" != "Hallo Wereld"; then echo "wrong substitute output: $text"; exit 1; fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue