mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Removes mdrip testing for Windows
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user