add explanation on why we need the custom disnixTest
This commit is contained in:
parent
309360a356
commit
ef7d2d2dd5
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ let
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
# We need this function because, for a reason that eludes me, the
|
||||||
|
# one defined in disnixos fails the name attribute not correctly set
|
||||||
|
# in the call to simpleTest. The only difference between this
|
||||||
|
# function and the one in disnixos is the additional `inherit name`
|
||||||
|
# line.
|
||||||
disnixTest = system:
|
disnixTest = system:
|
||||||
{name, manifest, tarball, networkFile, externalNetworkFile ? false, testScript, dysnomiaStateDir ? "", postActivateTimeout ? 1}:
|
{name, manifest, tarball, networkFile, externalNetworkFile ? false, testScript, dysnomiaStateDir ? "", postActivateTimeout ? 1}:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue