bash-completion: disable tests

Unfortunately, they're very flaky. Let's disable them for now.
This commit is contained in:
Florian Klink
2020-09-14 23:07:45 +02:00
parent 0a5be167a3
commit 3bfdbea881
+3 -1
View File
@@ -20,7 +20,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
doCheck = !stdenv.isDarwin;
# tests are super flaky unfortunately, and regularily break.
# let's disable them for now.
doCheck = false;
checkInputs = [
# perl is assumed by perldoc completion
perl