mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
ICU-22274 display tz db version on the test machine.
This commit is contained in:
parent
0d7cedc0dd
commit
ceca6c4120
1 changed files with 2 additions and 0 deletions
2
.github/workflows/icu_envtest.yml
vendored
2
.github/workflows/icu_envtest.yml
vendored
|
@ -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`;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue