Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/test/ports/
Dazrtos_cicd.ps1133 $Script in Invoke-CustomScript() variable
139 Write-Verbose ("Script: " + $Script) in Invoke-CustomScript() variable
142 Write-Host "ERROR: the environment setup script doesn't exist:" $Script -ForegroundColor red in Invoke-CustomScript() variable
146 If (-not (Test-Path -Path $Script -PathType leaf)) { in Invoke-CustomScript() variable
147 Write-Host "ERROR: the script doesn't exist:" $Script -ForegroundColor red in Invoke-CustomScript() variable
154 $ScriptOutput = & CMD /C "$EnvScript && $Script 2>&1" in Invoke-CustomScript()