Skip to content

Commit

Permalink
Run exhaustive test - better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mihnita committed Dec 9, 2024
1 parent 2ac1e7b commit 8d24a58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/processes/cldr-icu.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,14 +471,15 @@ mvn install -pl main/common_tests -Dtest=MeasureUnitTest#TestGreek

13b. Optionally run the tests in exhaustive mode

Optionally run exhaustive tests localy before committing changes:
Optionally run exhaustive tests locally before committing changes:
```sh
cd $ICU4J_ROOT
mvn install -DICU.exhaustive=10 2>&1 | tee $NOTES/icu4j-newData-mvnCheckEx.txt
```

Exhaustive tests in CI can be triggered by running the "Exhaustive Tests for ICU"
action from the GitHub web UI.
See [Continuous Integration / Exhaustive Tests](../userguide/dev/ci.md#exhaustive-tests).

Running a specific test is the same as above:
```sh
Expand Down

0 comments on commit 8d24a58

Please sign in to comment.