git: add fetchgit tests to passthru.tests

This commit is contained in:
Winter 2022-08-04 15:26:32 -04:00 committed by Rick van Schijndel
parent dbd18a63a7
commit 419dda4c60

View file

@ -20,6 +20,7 @@
, gzip # needed at runtime by gitweb.cgi
, withSsh ? false
, doInstallCheck ? !stdenv.isDarwin # extremely slow on darwin
, tests
}:
assert osxkeychainSupport -> stdenv.isDarwin;
@ -374,6 +375,7 @@ stdenv.mkDerivation (finalAttrs: {
doInstallCheck = true;
});
buildbot-integration = nixosTests.buildbot;
inherit (tests) fetchgit;
};
};