1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 10:18:21 +09:00

fix pal test (#66636)

This commit is contained in:
Dan Moseley 2022-03-16 14:56:01 -06:00 committed by GitHub
parent a1f1ab8bc4
commit ac20efd2a2
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 19 deletions

View file

@ -156,6 +156,7 @@ To only run enabled tests for the platform the tests were built for:
artifacts/bin/coreclr/$(uname).x64.Debug/paltests/runpaltests.sh $(pwd)/artifacts/bin/coreclr/$(uname).x64.Debug/paltests
# on macOS, replace $(uname) with OSX
```
To run only specific tests, edit paltestlist.txt locally to delete the ones you don't want to run.
Test results will go into: `/tmp/PalTestOutput/default/pal_tests.xml`