mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-7298 Forgot to set the directory in a couple of places, found while testing this
X-SVN-Rev: 29075
This commit is contained in:
parent
fa78e1e8d6
commit
6a95c1889e
1 changed files with 2 additions and 0 deletions
|
@ -192,6 +192,7 @@ svn status
|
|||
# 8. Now rebuild ICU4C with the new data and run make check tests.
|
||||
# Again, keep a log so you can investigate the errors.
|
||||
|
||||
cd $ICU4C_DIR/source
|
||||
make check 2>&1 | tee /tmp/icu4c-newData-makeCheck.txt
|
||||
|
||||
# 9. Investigate each test case failure. The first run processing new CLDR data
|
||||
|
@ -205,6 +206,7 @@ make check 2>&1 | tee /tmp/icu4c-newData-makeCheck.txt
|
|||
|
||||
# 10. Now run the make check tests in exhaustive mode:
|
||||
|
||||
cd $ICU4C_DIR/source
|
||||
export INTLTEST_OPTS="-e"
|
||||
export CINTLTST_OPTS="-e"
|
||||
make check 2>&1 | tee /tmp/icu4c-newData-makeCheckEx.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue