knot-resolver: disable the hints test for now

It's flaky, unfortunately.
This commit is contained in:
Vladimír Čunát 2017-11-12 20:24:03 +01:00
parent 93e0de2b3e
commit 327c351cb2
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
installCheckTarget = "check";
preInstallCheck = ''
export LD_LIBRARY_PATH="$out/lib"
sed '/^\thints$/c #' -i tests/config/test_config.mk
'';
postInstall = ''