Home
last modified time | relevance | path

Searched refs:installProcess (Results 1 – 1 of 1) sorted by relevance

/external/catch2/misc/
DinstallOpenCppCoverage.ps112 $installProcess = (Start-Process $installerPath -ArgumentList '/VERYSILENT' -PassThru -Wait) variable
13 if($installProcess.ExitCode -ne 0) {
14 …stem.String]::Format("Failed to install OpenCppCoverage, ExitCode: {0}.", $installProcess.ExitCode)