ICU-22274 display tz db version on the test machine.

This commit is contained in:
Frank Tang 2024-02-27 17:58:46 -08:00 committed by Frank Yung-Fong Tang
parent 0d7cedc0dd
commit ceca6c4120

View file

@ -116,6 +116,8 @@ jobs:
sedarg=${begin},${end}p;
find /usr/share/zoneinfo/ -type f,l|egrep -v "/(right|posix)/"|egrep -v "\.tab"|sed -n ${sedarg}|cut -d '/' -f5-50;
echo "The tzdb version on this machine is:";
head -1 /usr/share/zoneinfo/tzdata.zi;
cd icu4c/source/test;
for tz in `find /usr/share/zoneinfo/ -type f,l|egrep -v "/(right|posix)/"|egrep -v "\.tab"|sed -n ${sedarg}|cut -d '/' -f5-50`;