aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2025-02-16 23:15:41 -0500
committerBob Arnson <bob@firegiant.com>2025-02-17 15:38:31 -0500
commit8b1989b1957b63943ade834eb3b56db8a52c7007 (patch)
tree21ddd36861457a385e6f94d0b97017747c71f574 /src/test
parentbd1f751efb6e9dd3218af2d3d152123e5d323247 (diff)
downloadwix-bob/MSTestTraversal.tar.gz
wix-bob/MSTestTraversal.tar.bz2
wix-bob/MSTestTraversal.zip
Convert WixToolsetTest.Sdk to MSTest.***bob/MSTestTraversal
***Does not include a full conversion to traversal projects. The wix segment already uses traversal projects extensively so there isn't a significant per win, especially compared to the effort required...but MSTest's method-level parallelism cuts test run time in half (~60->~30).
Diffstat (limited to '')
-rw-r--r--src/testresultfilelist.txt11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/testresultfilelist.txt b/src/testresultfilelist.txt
index 9e156730..71f35d6b 100644
--- a/src/testresultfilelist.txt
+++ b/src/testresultfilelist.txt
@@ -1,10 +1 @@
1build/logs/TestResults/api.trx build/logs/TestResults/*.trx
2build/logs/TestResults/burn.trx
3build/logs/TestResults/libs.trx
4build/logs/TestResults/tools.trx
5build/logs/TestResults/wix.trx
6build/logs/TestResults/WixToolsetTest.BurnE2E.trx
7build/logs/TestResults/util.wixext.trx
8build/logs/TestResults/bal.wixext.trx
9build/logs/TestResults/WixToolsetTest.MsiE2E.trx
10build/logs/TestResults/WixToolsetTest.WixE2ETests.trx \ No newline at end of file