diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-09-12T11·40+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-09-12T11·40+0200 |
commit | 2c8c103ef80378bfcfa29ae054fd878305b5e275 (patch) | |
tree | f74c351117a11621242229ef7630dd6058ada030 | |
parent | e5949b5ce8a4ccf4e04a3506bc1c7d15c77b1710 (diff) |
Fix gc-runtime test
It was failing on some platforms. http://hydra.nixos.org/build/39538866
-rw-r--r-- | tests/gc-runtime.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gc-runtime.sh b/tests/gc-runtime.sh index a44195756f52..4c5028005c57 100644 --- a/tests/gc-runtime.sh +++ b/tests/gc-runtime.sh @@ -10,7 +10,7 @@ esac set -m # enable job control, needed for kill profiles="$NIX_STATE_DIR"/profiles -rm -f $profiles/* +rm -rf $profiles nix-env -p $profiles/test -f ./gc-runtime.nix -i gc-runtime |