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:
Peter Edberg 2010-11-18 06:42:40 +00:00
parent fa78e1e8d6
commit 6a95c1889e

View file

@ -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