diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-08-28T20·19+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-08-28T20·19+0200 |
commit | b6120d26a84a69755c049ca5115b4388239d4540 (patch) | |
tree | dc6ccf08920650d2ec62a2dacedbee93ae545209 /tests/gc-auto.sh | |
parent | c128031492b7134f67065b66a89f9183e79e99f9 (diff) |
gc-auto.sh: Increase verbosity
Diffstat (limited to 'tests/gc-auto.sh')
-rw-r--r-- | tests/gc-auto.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gc-auto.sh b/tests/gc-auto.sh index 1e91282d0f99..4b1f6374a491 100644 --- a/tests/gc-auto.sh +++ b/tests/gc-auto.sh @@ -29,7 +29,7 @@ with import ./config.nix; mkDerivation { 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 & pid=$! @@ -50,7 +50,7 @@ with import ./config.nix; mkDerivation { 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 wait "$pid" |