Skip to content

Commit

Permalink
[Ubuntu] Add systemd-coredump (actions#11120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Ayupov authored Dec 9, 2024
1 parent cb088fb commit 3dca722
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
21 changes: 11 additions & 10 deletions images/ubuntu/scripts/tests/Apt.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions images/ubuntu/toolsets/toolset-2004.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
"sshpass",
"subversion",
"sudo",
"systemd-coredump",
"swig",
"telnet",
"time",
Expand Down
1 change: 1 addition & 0 deletions images/ubuntu/toolsets/toolset-2204.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
"sshpass",
"subversion",
"sudo",
"systemd-coredump",
"swig",
"telnet",
"time",
Expand Down
1 change: 1 addition & 0 deletions images/ubuntu/toolsets/toolset-2404.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
"ssh",
"sshpass",
"sudo",
"systemd-coredump",
"swig",
"telnet",
"time",
Expand Down

0 comments on commit 3dca722

Please sign in to comment.