Commit 8c938d11 authored by Alex Brandt's avatar Alex Brandt
Browse files

zfs-replicate: doCheck = true

New versions of zfs-replicate include the test suite in the source tarball.
This allows us to run tests during build and verify functionality at least
passes these checks.
parent bb1cf083
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -38,8 +38,7 @@ buildPythonApplication rec {
    stringcase
  ];

  # Current releases do not include tests.
  doCheck = false;
  doCheck = true;

  meta = with lib; {
    homepage = "https://github.com/alunduil/zfs-replicate";