[Ubuntu] Add systemd-coredump (#11120)

This commit is contained in:
Alexey-Ayupov
2024-12-09 19:47:06 +01:00
committed by GitHub
parent cb088fbe48
commit 3dca722ddb
4 changed files with 14 additions and 10 deletions

View File

@@ -6,16 +6,17 @@ Describe "Apt" {
It "<toolName> is available" -TestCases $testCases {
switch ($toolName) {
"acl" { $toolName = "getfacl"; break }
"aria2" { $toolName = "aria2c"; break }
"p7zip-full" { $toolName = "p7zip"; break }
"subversion" { $toolName = "svn"; break }
"sphinxsearch" { $toolName = "searchd"; break }
"binutils" { $toolName = "strings"; break }
"coreutils" { $toolName = "tr"; break }
"net-tools" { $toolName = "netstat"; break }
"mercurial" { $toolName = "hg"; break }
"findutils" { $toolName = "find"; break }
"acl" { $toolName = "getfacl"; break }
"aria2" { $toolName = "aria2c"; break }
"p7zip-full" { $toolName = "p7zip"; break }
"subversion" { $toolName = "svn"; break }
"sphinxsearch" { $toolName = "searchd"; break }
"binutils" { $toolName = "strings"; break }
"coreutils" { $toolName = "tr"; break }
"net-tools" { $toolName = "netstat"; break }
"mercurial" { $toolName = "hg"; break }
"findutils" { $toolName = "find"; break }
"systemd-coredump" { $toolName = "coredumpctl"; break }
}
(Get-Command -Name $toolName).CommandType | Should -BeExactly "Application"

View File

@@ -202,6 +202,7 @@
"sshpass",
"subversion",
"sudo",
"systemd-coredump",
"swig",
"telnet",
"time",

View File

@@ -201,6 +201,7 @@
"sshpass",
"subversion",
"sudo",
"systemd-coredump",
"swig",
"telnet",
"time",

View File

@@ -172,6 +172,7 @@
"ssh",
"sshpass",
"sudo",
"systemd-coredump",
"swig",
"telnet",
"time",