Removes mdrip testing for Windows

This commit is contained in:
Ken Maglio
2019-05-30 23:30:19 -05:00
committed by GitHub
parent 5e7ddc8616
commit 8c133ef048

View File

@@ -64,19 +64,24 @@ try{
Write-Host ("============== end Test-GoTest : {0} code={1}`n`n`n" -f $result, $tests) Write-Host ("============== end Test-GoTest : {0} code={1}`n`n`n" -f $result, $tests)
Write-Host "============== begin Test-Examples" Write-Host "============== skipping Test-Examples for Windows Testing "
Test-Examples
if ($LASTEXITCODE -eq 0) { #Write-Host "============== begin Test-Examples"
$examples = 0 #Test-Examples
$result = "SUCCESS" #if ($LASTEXITCODE -eq 0) {
} else { # $examples = 0
$examples = 1 # $result = "SUCCESS"
$result = "FAILURE" #} else {
} # $examples = 1
Write-Host ("============== end Test-Examples : {0} code={1}`n`n`n" -f $result, $examples) # $result = "FAILURE"
#}
#Write-Host ("============== end Test-Examples : {0} code={1}`n`n`n" -f $result, $examples)
#calc final return code #calc final return code
$rc = $lint -AND $tests -AND $examples #$rc = $lint -AND $tests -AND $examples
#calc final return code - omit mdrip testing
$rc = $lint -AND $tests
Pop-Location Pop-Location