From c74c930da58ed440dfa00d59301c63a075fdfc09 Mon Sep 17 00:00:00 2001 From: Eric Mader Date: Thu, 12 Jun 2008 01:16:43 +0000 Subject: [PATCH] ICU-6337 Remove changes for testing in out-of-source build. X-SVN-Rev: 24160 --- tools/release/c/environmentTest.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/release/c/environmentTest.sh b/tools/release/c/environmentTest.sh index f423e2db3f9..a54206cf9aa 100755 --- a/tools/release/c/environmentTest.sh +++ b/tools/release/c/environmentTest.sh @@ -6,11 +6,9 @@ # machine (usually Linux), and runs the existing ICU4C tests to make sure that # the tests pass. Not everyone is using and testing ICU4C in the en_US locale # with the Pacific timezone. -#top_icu_dir=../../../icu -top_icu_dir=../../../build/release +top_icu_dir=../../../icu release_tools_dir=../../../../tools/release/c -#cd $top_icu_dir/source/test/intltest -cd $top_icu_dir/test/intltest +cd $top_icu_dir/source/test/intltest $release_tools_dir/allLocaleTest.sh intltest & $release_tools_dir/allTimezoneTest.sh intltest & cd ../iotest