This commit is contained in:
GTrunSec 2022-04-02 13:18:09 -07:00
parent 60592d3096
commit 2f2a3be87d
No known key found for this signature in database
GPG key ID: 2368FAFA4ABDD2A0
4 changed files with 72 additions and 37 deletions

View file

@ -40,7 +40,7 @@ let
in "${prefix}_${t.name}_test.py";
});
in pkgs.linkFarm "${testing.name}-tests" (
lib.imap0 op allEligibleTests;
lib.imap0 op allEligibleTests
);
testScript = pkgs.writeScript "test-${testing.name}.sh" ''