pkgs/tools/networking/nbd: enable regression tests
The tests suite succeeds fine on Linux/x86. Let's see what happens on other platforms. svn path=/nixpkgs/trunk/; revision=22920
This commit is contained in:
parent
cdb12ec708
commit
057a044b0c
|
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
postInstall = ''install -D -m 444 README "$out/share/doc/nbd/README"'';
|
postInstall = ''install -D -m 444 README "$out/share/doc/nbd/README"'';
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://nbd.sourceforge.net";
|
homepage = "http://nbd.sourceforge.net";
|
||||||
description = "map arbitrary files as block devices over the network";
|
description = "map arbitrary files as block devices over the network";
|
||||||
|
|
Loading…
Reference in New Issue