From 6a95c1889e0a8dbb58c6ccf32abc3c09408e4238 Mon Sep 17 00:00:00 2001 From: Peter Edberg Date: Thu, 18 Nov 2010 06:42:40 +0000 Subject: [PATCH] ICU-7298 Forgot to set the directory in a couple of places, found while testing this X-SVN-Rev: 29075 --- icu4c/source/data/cldr-icu-readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icu4c/source/data/cldr-icu-readme.txt b/icu4c/source/data/cldr-icu-readme.txt index 0d1877ac384..fc247a3869e 100644 --- a/icu4c/source/data/cldr-icu-readme.txt +++ b/icu4c/source/data/cldr-icu-readme.txt @@ -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