whosthere: un-skip tests

This commit is contained in:
Janez Podhostnik
2026-02-21 12:20:30 +01:00
parent 225cdef931
commit fe5e3b0304
-10
View File
@@ -31,16 +31,6 @@ buildGoModule (finalAttrs: {
"main.versionStr=${finalAttrs.version}"
];
checkFlags =
let
# Skip tests that require filesystem access
skippedTests = [
"TestResolveLogPath"
"TestStateDir"
];
in
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
installShellCompletion --cmd whosthere \
--bash <("$out/bin/whosthere" completion bash) \