upd command

This commit is contained in:
seraphima
2024-01-29 12:31:01 +01:00
parent de5a60217b
commit c5326584ca

View File

@@ -14,5 +14,5 @@ Param(
Write-Output "Starting UI tests"
$Cmd = "$VsConsolePath\vstest.console.exe $SearchFolder /Logger:trx;LogFileName=$LogPath /ResultsDirectory:$ResultPath"
$Cmd = "$VsConsolePath\vstest.console.exe $SearchFolder /ResultsDirectory:$ResultPath"
Invoke-Expression -Command $Cmd