Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c128031492b7
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b6120d26a84a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 28, 2019

  1. Copy the full SHA
    b6120d2 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 tests/gc-auto.sh
4 changes: 2 additions & 2 deletions tests/gc-auto.sh
Original file line number Diff line number Diff line change
@@ -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"