knot-resolver: add a check for the last problem

wip/yesman
Vladimír Čunát 5 years ago
parent 1bb62167d3
commit 6fdd315178
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 4
      pkgs/servers/dns/knot-resolver/default.nix

@ -101,6 +101,10 @@ wrapped-full =
ln -sr '${unwrapped}/share/man' "$out"/share/
ln -sr "$out"/{bin,sbin}
echo "Checking that 'http' module loads, i.e. lua search paths work:"
echo "modules.load('http')" > test-http.lua
echo -e 'quit()' | env -i "$out"/bin/kresd -a 127.0.0.1#53535 -c test-http.lua
'';
in result

Loading…
Cancel
Save