Skip to content

Commit

Permalink
fix installer test
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-christophe81 committed Dec 20, 2024
1 parent a96a163 commit d77f5cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/agent_installer_test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# This script test CMA installer in silent mode

Set-PSDebug -Trace 2
#Set-PSDebug -Trace 2

function f_start_process([string]$sProcess, [string]$sArgs, [ref]$pOutPut) {
<#
Expand Down Expand Up @@ -189,6 +189,7 @@ if ($key_found) {
exit 1
}

Start-Sleep -Seconds 10

Write-Host "############################ installer test ############################"

Expand Down

0 comments on commit d77f5cb

Please sign in to comment.