Fix gc-auto test

This commit is contained in:
Eelco Dolstra
2019-08-08 15:49:19 +02:00
parent 1d750e0587
commit ab16b3d076
+2 -2
View File
@@ -29,7 +29,7 @@ with import ./config.nix; mkDerivation {
EOF
)
nix build -o $TEST_ROOT/result-A -L "($expr)" \
nix build --impure -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 --impure -o $TEST_ROOT/result-B -L "($expr2)" \
--min-free 1000 --max-free 2000 --min-free-check-interval 1
wait "$pid"