monkeysphere: Update the comment why the tests don't run

This commit is contained in:
Michael Weiss 2018-11-30 21:30:11 +01:00
parent a296b6eda7
commit bdb007ddce

View File

@ -31,8 +31,10 @@ stdenv.mkDerivation rec {
DESTDIR=$(out) DESTDIR=$(out)
''; '';
# Not all checks pass yet (NixOS specific problems) and the tests "drain" # The tests "drain" entropy (GnuPG still uses /dev/random) and they don't run
# entropy (apparently GnuPG still uses /dev/random). # inside of the sandbox, because nixbld isn't allowed to login via SSH
# (/etc/passwd: "nixbld:x:1000:100:Nix build user:/build:/noshell",
# sshd: "User nixbld not allowed because shell /noshell does not exist").
doCheck = false; doCheck = false;
preCheck = '' preCheck = ''
patchShebangs tests/ patchShebangs tests/