diff --git a/scripts/app-test.ps1 b/scripts/app-test.ps1 index d5dbd2f46..191890e8e 100644 --- a/scripts/app-test.ps1 +++ b/scripts/app-test.ps1 @@ -542,7 +542,7 @@ function BuildAndLoadPlc { cd $appFolder # apax install #$result = run-command -command "apax install" - apax install + apax install > $null 2>&1 return if ($($result.Success) -match "True") {