[macOS] add RunAll-Tests.ps1 to the macOS-13 (#7524)

This commit is contained in:
Alexey-Ayupov
2023-05-05 12:13:47 +02:00
committed by GitHub
parent fddf50db2a
commit eec1e84e72
11 changed files with 39 additions and 22 deletions

View File

@@ -1,4 +1,7 @@
Describe "OpenSSL" {
Import-Module "$PSScriptRoot/../helpers/Common.Helpers.psm1"
$os = Get-OSVersion
Describe "OpenSSL" -Skip:($os.IsVentura) {
Context "OpenSSL Version" {
It "OpenSSL is available" {
"openssl version" | Should -ReturnZeroExitCode