This commit is contained in:
Pragna Gopa 2019-07-23 23:38:53 -07:00 коммит произвёл GitHub
Родитель 6c983da6a9
Коммит 9d85462a13
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@ function RunTest([string] $project, [string] $description,[bool] $skipBuild = $f
Write-Host "-----------------------------------------------------------------------------" -ForegroundColor DarkCyan
Write-Host
$cmdargs = "test", "$project", "-v", "q"
$cmdargs = "test", "$project", "-v", "q", "-l", "trx", "-r","..\..\..\testResults"
if ($filter) {
$cmdargs += "--filter", "$filter"