Skip to content

Commit 9cd3172

Browse files
Add 2 new exit codes for the testing platform (#42353)
1 parent 545284d commit 9cd3172

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/core/testing/unit-testing-platform-exit-codes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ ms.topic: reference
2424
| `8` | The exit code `8` indicates that the test session ran zero tests. |
2525
| `9` | The exit code `9` indicates that the minimum execution policy for the executed tests was violated. |
2626
| `10` | The exit code `10` indicates that the test adapter, Testing.Platform Test Framework, MSTest, NUnit, or xUnit, failed to run tests for an infrastructure reason unrelated to the test's self. An example is failing to create a fixture needed by tests. |
27+
| `11` | The exit code `11` indicates that the test process will exit if dependent process exits. |
28+
| `12` | The exit code `12` indicates that the test session was unable to run because the client does not support any of the supported protocol versions. |
2729

2830
To enable verbose logging and troubleshoot issues, see [Microsoft.Testing.Platform Diagnostics extensions](unit-testing-platform-extensions-diagnostics.md#built-in-options).
2931

0 commit comments

Comments
 (0)