Update Unix external test instructions and add root test dir to test search (#5313)

This commit is contained in:
Andon Andonov 2018-01-29 20:09:48 -08:00 коммит произвёл Jan Kotas
Родитель 453b156f72
Коммит 637a3dc7d7
2 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -28,8 +28,9 @@ tests\runtest.sh
You should see the below message when you build CoreRT or run the local tests manually, otherwise something is broken.
```
JIT - TOTAL: 7 PASSED: 7
JIT - TOTAL: 12 PASSED: 12
CPP - TOTAL: 2 PASSED: 2
WASM - TOTAL: 1 PASSED: 1
```
## External Tests
@ -55,7 +56,7 @@ tests\runtest.cmd /coreclr Top200|All|KnownGood
On Linux / macOS:
**TBD**
tests/runtest.sh -coreclr Top200|All|KnownGood
### Suppress Windows Error Reporting Dialogs
It's advisable to use some sort of a dialog killer tool if you see test regressions as many tests fail with pop-ups for Windows Error Reporting. However, the following regedit scripts have also proven to be useful to mask these pop-ups.

Просмотреть файл

@ -327,7 +327,7 @@ fi
echo > ${__CoreRTTestBinDir}/testResults.tmp
__BuildOsLowcase=$(echo "${CoreRT_BuildOS}" | tr '[:upper:]' '[:lower:]')
__TestSearchPath=src/Simple/${CoreRT_TestName}
__TestSearchPath=${CoreRT_TestRoot}/src/Simple/${CoreRT_TestName}
for csproj in $(find ${__TestSearchPath} -name "*.csproj")
do
if [ ! -e `dirname ${csproj}`/no_unix ]; then