knot-resolver: add a check for the last problem
This commit is contained in:
parent
1bb62167d3
commit
6fdd315178
@ -101,6 +101,10 @@ wrapped-full =
|
|||||||
|
|
||||||
ln -sr '${unwrapped}/share/man' "$out"/share/
|
ln -sr '${unwrapped}/share/man' "$out"/share/
|
||||||
ln -sr "$out"/{bin,sbin}
|
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
|
in result
|
||||||
|
Loading…
x
Reference in New Issue
Block a user