e11sync

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit 9700a24db5d19cd06d2f7961d934e905b64a6bba (tree)
parent fce0c341d2deabf242998caf4d0d12624c7f5b13
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sun, 14 Jan 2024 20:08:27 +0200

rename to unit test

Diffstat:
Mflake.nix | 2+-
Mpkgs/e11sync.nix | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -45,7 +45,7 @@ inherit (packages) geoip-archive; }; - checks.e11sync = packages.e11sync.passthru.tests.simple; + checks.e11sync-unit = packages.e11sync.passthru.tests.unit; apps.e11sync-gunicorn = { type = "app"; diff --git a/pkgs/e11sync.nix b/pkgs/e11sync.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation { --set GEOIP_PATH "${geoip-archive}" ''; passthru.tests = { - simple = + unit = runCommand "e11sync-test" { src = self; buildInputs = [