forked from lix-project/lix
Avoid out links in supplementary groups test
This gets in the way of the tests running in parallel.
This commit is contained in:
parent
d8ef0c9495
commit
754ced4a3f
|
@ -13,7 +13,7 @@ unshare --mount --map-root-user bash <<EOF
|
||||||
mkdir -p \$NIX_REMOTE
|
mkdir -p \$NIX_REMOTE
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd=(nix-build ./hermetic.nix --arg busybox "$busybox" --arg seed 1)
|
cmd=(nix-build ./hermetic.nix --arg busybox "$busybox" --arg seed 1 --no-out-link)
|
||||||
|
|
||||||
# Fails with default setting
|
# Fails with default setting
|
||||||
# TODO better error
|
# TODO better error
|
||||||
|
|
Loading…
Reference in a new issue