Skip to content

Commit

Permalink
ICU-22274 Add zdump info while env test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankYFTang committed Feb 29, 2024
1 parent 929cd9b commit aa3e49f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/icu_envtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa3e49f

Please sign in to comment.