forked from lix-project/lix
Fix gc-runtime test
It was failing on some platforms. http://hydra.nixos.org/build/39538866
This commit is contained in:
parent
e5949b5ce8
commit
2c8c103ef8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue