mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
* Add note about docker in the testing doc (fix #95436) * Update testing.md
This commit is contained in:
parent
a18d8cdab4
commit
fa94b88777
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@ cd src\libraries\System.Collections.Immutable\tests
|
|||
dotnet build /t:Test
|
||||
```
|
||||
|
||||
**NOTE**: if your environment doesn't have the required SDK installed (e.g. inside [Docker container](/docs/workflow/building/coreclr/linux-instructions.md#build-using-docker)),
|
||||
use `./dotnet.sh`/`.\dotnet.cmd` instead of `dotnet`.
|
||||
|
||||
### Running only certain tests
|
||||
|
||||
It is possible to pass parameters to the underlying xunit runner via the `XUnitOptions` parameter, e.g., to filter to tests in just one fixture (class):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue