1
0
Fork 0
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) (#95557)

* Add note about docker in the testing doc (fix #95436)

* Update testing.md
This commit is contained in:
Grégoire 2024-01-19 06:16:51 -05:00 committed by GitHub
parent a18d8cdab4
commit fa94b88777
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -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):