diff --git a/nix/tahoe-lafs.nix b/nix/tahoe-lafs.nix index 57d718e01..6c3c68343 100644 --- a/nix/tahoe-lafs.nix +++ b/nix/tahoe-lafs.nix @@ -85,6 +85,6 @@ python.pkgs.buildPythonPackage rec { ]; checkPhase = '' - ${python}/bin/python -m twisted.trial -j $NIX_BUILD_CORES allmydata.test.test_client + ${python}/bin/python -m twisted.trial -j $NIX_BUILD_CORES allmydata ''; }