gc-auto.sh: Increase verbosity

This commit is contained in:
Eelco Dolstra 2019-08-28 22:19:31 +02:00
parent c128031492
commit b6120d26a8
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ with import ./config.nix; mkDerivation {
EOF EOF
) )
nix build -o $TEST_ROOT/result-A -L "($expr)" \ nix build -v -o $TEST_ROOT/result-A -L "($expr)" \
--min-free 1000 --max-free 2000 --min-free-check-interval 1 & --min-free 1000 --max-free 2000 --min-free-check-interval 1 &
pid=$! pid=$!
@ -50,7 +50,7 @@ with import ./config.nix; mkDerivation {
EOF EOF
) )
nix build -o $TEST_ROOT/result-B -L "($expr2)" \ nix build -v -o $TEST_ROOT/result-B -L "($expr2)" \
--min-free 1000 --max-free 2000 --min-free-check-interval 1 --min-free 1000 --max-free 2000 --min-free-check-interval 1
wait "$pid" wait "$pid"