mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
[Ubuntu] Add systemd-coredump (#11120)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -202,6 +202,7 @@
|
||||
"sshpass",
|
||||
"subversion",
|
||||
"sudo",
|
||||
"systemd-coredump",
|
||||
"swig",
|
||||
"telnet",
|
||||
"time",
|
||||
|
||||
@@ -201,6 +201,7 @@
|
||||
"sshpass",
|
||||
"subversion",
|
||||
"sudo",
|
||||
"systemd-coredump",
|
||||
"swig",
|
||||
"telnet",
|
||||
"time",
|
||||
|
||||
@@ -172,6 +172,7 @@
|
||||
"ssh",
|
||||
"sshpass",
|
||||
"sudo",
|
||||
"systemd-coredump",
|
||||
"swig",
|
||||
"telnet",
|
||||
"time",
|
||||
|
||||
Reference in New Issue
Block a user