mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 15:57:17 +00:00
Remove Ubuntu20 mysql workaround (#5306)
* Remove Ubuntu20 mysql workaround * Removing unneded init script and related test
This commit is contained in:
@@ -36,11 +36,4 @@ Describe "MySQL" {
|
||||
"sudo mysql -vvv -e 'DROP DATABASE smoke_test' -uroot -proot" | Should -ReturnZeroExitCode
|
||||
"sudo systemctl stop mysql" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "MySQL sysVinit script works" {
|
||||
sudo /etc/init.d/mysql start | Out-Null
|
||||
systemctl is-active mysql | Should -Be "active"
|
||||
sudo /etc/init.d/mysql stop | Out-Null
|
||||
systemctl is-active mysql | Should -Be "inactive"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user