Skip to content

Commit 9d85462

Browse files
authored
Add log file (Azure#314)
1 parent 6c983da commit 9d85462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function RunTest([string] $project, [string] $description,[bool] $skipBuild = $f
44
Write-Host "-----------------------------------------------------------------------------" -ForegroundColor DarkCyan
55
Write-Host
66

7-
$cmdargs = "test", "$project", "-v", "q"
7+
$cmdargs = "test", "$project", "-v", "q", "-l", "trx", "-r","..\..\..\testResults"
88

99
if ($filter) {
1010
$cmdargs += "--filter", "$filter"

0 commit comments

Comments
 (0)