[Ubuntu] rework erlang installation (workaround hashes) (#7234)

This commit is contained in:
Mikhail Koliada
2023-03-04 18:12:02 +01:00
committed by GitHub
parent 143a8da8d6
commit fe23ebfec1
4 changed files with 22 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ Describe "Cmake" {
}
}
Describe "erlang" -Skip:((Test-IsUbuntu22) -or (Test-IsUbuntu18)) {
Describe "erlang" -Skip:(Test-IsUbuntu22) {
$testCases = @("erl -version", "erlc -v", "rebar3 -v") | ForEach-Object { @{ErlangCommand = $_} }
It "erlang <ErlangCommand>" -TestCases $testCases {