Unverified Commit dea8ad56 authored by Sarah Brofeldt's avatar Sarah Brofeldt Committed by GitHub
Browse files

Merge pull request #286783 from alunduil/zfs-replicate/doCheck

zfs-replicate: doCheck = true
parents 74bb0e0b 8c938d11
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";