[repo] Fix variable usage in test-aot-compatibility script (#5645)
This commit is contained in:
parent
0cb89abd45
commit
574c71612b
|
|
@ -44,7 +44,7 @@ $testPassed = 0
|
|||
if ($actualWarningCount -ne $expectedWarningCount)
|
||||
{
|
||||
$testPassed = 1
|
||||
Write-Host "Actual warning count:", actualWarningCount, "is not as expected. Expected warning count is:", $expectedWarningCount
|
||||
Write-Host "Actual warning count:", $actualWarningCount, "is not as expected. Expected warning count is:", $expectedWarningCount
|
||||
}
|
||||
|
||||
Exit $testPassed
|
||||
|
|
|
|||
Loading…
Reference in New Issue