Skip to content

Commit

Permalink
Add trx logging for individual runtests.cmd.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnson committed Jun 20, 2024
1 parent 64fc1bc commit 96b546f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/burn/WixToolsetTest.BurnE2E/runtests.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SET RuntimeTestsEnabled=true
dotnet test WixToolsetTest.BurnE2E.dll -v normal
dotnet test WixToolsetTest.BurnE2E.dll -v normal --logger trx
2 changes: 1 addition & 1 deletion src/test/msi/WixToolsetTest.MsiE2E/runtests.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SET RuntimeTestsEnabled=true
dotnet test WixToolsetTest.MsiE2E.dll -v normal
dotnet test WixToolsetTest.MsiE2E.dll -v normal --logger trx

0 comments on commit 96b546f

Please sign in to comment.