Skip to content

Commit 5599a1d

Browse files
jozkeejtschuster
authored andcommitted
Enable xUnit verbose logging (dotnet#107149)
1 parent d0dc12e commit 5599a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Runtime/tests/System.IO.Tests/System.IO.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<TestRuntime>true</TestRuntime>
66
<IncludeRemoteExecutor>true</IncludeRemoteExecutor>
77
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
8+
<XunitShowProgress>true</XunitShowProgress>
89
</PropertyGroup>
910
<PropertyGroup Condition="'$(TargetOS)' == 'browser' and '$(WasmEnableThreads)' == 'true'">
1011
<WasmXHarnessMaxParallelThreads>1</WasmXHarnessMaxParallelThreads>
11-
<XunitShowProgress>true</XunitShowProgress>
1212
<!-- VSF is emulated on the UI thread and all calls are slow because they are marshaled -->
1313
<WasmXHarnessTestsTimeout>01:15:00</WasmXHarnessTestsTimeout>
1414
</PropertyGroup>

0 commit comments

Comments
 (0)