ICU-22274 Add zdump info while env test fail

This commit is contained in:
Frank Tang 2024-02-28 11:19:46 -08:00 committed by Frank Yung-Fong Tang
parent 929cd9bb4f
commit aa3e49fa9a

View file

@ -123,6 +123,8 @@ jobs:
do
echo "============================================";
echo "zdump of the system timezone $tz";
zdump $tz;
echo "Start Tests under TZ=$tz TimeZone";
for test_dir in iotest cintltst intltest
do