why does this fail on hydra?
This commit is contained in:
parent
47e96ddc15
commit
64afd18e2a
@ -15,7 +15,6 @@ stdenv.mkDerivation {
|
|||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp -p ${writeFennel "s6-rc-up-tree" {
|
cp -p ${writeFennel "s6-rc-up-tree" {
|
||||||
packages = [fennel
|
packages = [fennel
|
||||||
# anoia nellie
|
|
||||||
lualinux ] ;
|
lualinux ] ;
|
||||||
mainFunction = "run";
|
mainFunction = "run";
|
||||||
} ./s6-rc-up-tree.fnl } $out/bin/s6-rc-up-tree
|
} ./s6-rc-up-tree.fnl } $out/bin/s6-rc-up-tree
|
||||||
@ -59,6 +58,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
# descendants which depend on a _different_ controlled service, which is up, do start
|
# descendants which depend on a _different_ controlled service, which is up, do start
|
||||||
ATZ=up fennelrepl ./test.fnl ${./test-services} modeswitch
|
ATZ=up fennelrepl ./test.fnl ${./test-services} modeswitch
|
||||||
|
set -x
|
||||||
expect "modeswitch atz ifconfig"
|
expect "modeswitch atz ifconfig"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user