mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 11:26:04 +08:00
Fix Squish Provisioning coding style
Change-Id: I663ce38fffa3a9446972d1790d80f76b7155c029 Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
@@ -104,11 +104,11 @@ Function TestSquish {
|
||||
[string]$squishPackage
|
||||
)
|
||||
|
||||
echo "Verifying Squish Installation"
|
||||
Write-Host "Verifying Squish Installation"
|
||||
if (cmd /c "$targetDir\$squishPackage\bin\squishrunner.exe --testsuite $targetDir\$testSuite" |Select-String -Pattern "Squish test run successfully") {
|
||||
echo "Squish installation tested successfully!"
|
||||
Write-Host "Squish installation tested successfully!"
|
||||
} else {
|
||||
echo "Squish test failed! $squishPackage wasn't installed correctly."
|
||||
Write-Host "Squish test failed! $squishPackage wasn't installed correctly."
|
||||
[Environment]::Exit(1)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user