increased test.sh verbosity.

This commit is contained in:
Harrison Deng 2021-04-08 23:09:46 -05:00
parent 7abc1be4bf
commit eda8da3383

View File

@ -2,5 +2,5 @@
for PROJ in tests/**/*.csproj
do
echo "Testing $PROJ"
dotnet test --logger trx -v n --collect:"XPlat Code Coverage" "$PROJ" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
dotnet test --logger trx -v d --collect:"XPlat Code Coverage" "$PROJ" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
done