Skip to content

Commit

Permalink
Merge pull request NixOS#268183 from tu-maurice/fix/perl-appclusterssh
Browse files Browse the repository at this point in the history
perl538Packages.AppClusterSSH: skip failing test
  • Loading branch information
stigtsp authored Nov 18, 2023
2 parents d0b6bb4 + 8a94c31 commit 9060269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ with self; {
};
propagatedBuildInputs = [ ExceptionClass Tk X11ProtocolOther XMLSimple ];
buildInputs = [ DataDump FileWhich Readonly TestDifferences TestTrap ];
preCheck = "rm t/30cluster.t"; # do not run failing tests
preCheck = "rm t/30cluster.t t/15config.t"; # do not run failing tests
postInstall = ''
mkdir -p $out/share/bash-completion/completions
mv $out/bin/clusterssh_bash_completion.dist \
Expand Down

0 comments on commit 9060269

Please sign in to comment.