mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 15:57:17 +00:00
[Ubuntu] Add systemd-coredump (#11120)
This commit is contained in:
@@ -6,16 +6,17 @@ Describe "Apt" {
|
|||||||
|
|
||||||
It "<toolName> is available" -TestCases $testCases {
|
It "<toolName> is available" -TestCases $testCases {
|
||||||
switch ($toolName) {
|
switch ($toolName) {
|
||||||
"acl" { $toolName = "getfacl"; break }
|
"acl" { $toolName = "getfacl"; break }
|
||||||
"aria2" { $toolName = "aria2c"; break }
|
"aria2" { $toolName = "aria2c"; break }
|
||||||
"p7zip-full" { $toolName = "p7zip"; break }
|
"p7zip-full" { $toolName = "p7zip"; break }
|
||||||
"subversion" { $toolName = "svn"; break }
|
"subversion" { $toolName = "svn"; break }
|
||||||
"sphinxsearch" { $toolName = "searchd"; break }
|
"sphinxsearch" { $toolName = "searchd"; break }
|
||||||
"binutils" { $toolName = "strings"; break }
|
"binutils" { $toolName = "strings"; break }
|
||||||
"coreutils" { $toolName = "tr"; break }
|
"coreutils" { $toolName = "tr"; break }
|
||||||
"net-tools" { $toolName = "netstat"; break }
|
"net-tools" { $toolName = "netstat"; break }
|
||||||
"mercurial" { $toolName = "hg"; break }
|
"mercurial" { $toolName = "hg"; break }
|
||||||
"findutils" { $toolName = "find"; break }
|
"findutils" { $toolName = "find"; break }
|
||||||
|
"systemd-coredump" { $toolName = "coredumpctl"; break }
|
||||||
}
|
}
|
||||||
|
|
||||||
(Get-Command -Name $toolName).CommandType | Should -BeExactly "Application"
|
(Get-Command -Name $toolName).CommandType | Should -BeExactly "Application"
|
||||||
|
|||||||
@@ -202,6 +202,7 @@
|
|||||||
"sshpass",
|
"sshpass",
|
||||||
"subversion",
|
"subversion",
|
||||||
"sudo",
|
"sudo",
|
||||||
|
"systemd-coredump",
|
||||||
"swig",
|
"swig",
|
||||||
"telnet",
|
"telnet",
|
||||||
"time",
|
"time",
|
||||||
|
|||||||
@@ -201,6 +201,7 @@
|
|||||||
"sshpass",
|
"sshpass",
|
||||||
"subversion",
|
"subversion",
|
||||||
"sudo",
|
"sudo",
|
||||||
|
"systemd-coredump",
|
||||||
"swig",
|
"swig",
|
||||||
"telnet",
|
"telnet",
|
||||||
"time",
|
"time",
|
||||||
|
|||||||
@@ -172,6 +172,7 @@
|
|||||||
"ssh",
|
"ssh",
|
||||||
"sshpass",
|
"sshpass",
|
||||||
"sudo",
|
"sudo",
|
||||||
|
"systemd-coredump",
|
||||||
"swig",
|
"swig",
|
||||||
"telnet",
|
"telnet",
|
||||||
"time",
|
"time",
|
||||||
|
|||||||
Reference in New Issue
Block a user