mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-05 10:03:30 +00:00
fix or/and
This commit is contained in:
@@ -8,7 +8,7 @@ try {
|
||||
if ($IsMissingACE) {
|
||||
Write-Warning "MICROSOFT.ACE.OLEDB is missing! Tests will be skipped."
|
||||
}
|
||||
$skip = $skip -or $IsMissingACE
|
||||
$skip = $skip -and $IsMissingACE
|
||||
}
|
||||
catch {
|
||||
Write-Warning "Unable to get sources from System.Data.OleDb. Tests will be skipped."
|
||||
|
||||
Reference in New Issue
Block a user