mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Merge branch 'random_timezone_for_stateless_tests' of github.com:ClickHouse/ClickHouse into random_timezone_for_stateless_tests
This commit is contained in:
commit
255c446c5d
@ -2,7 +2,7 @@
|
||||
|
||||
set -e -x
|
||||
|
||||
# Choose random timezone for this test run.
|
||||
# Choose random timezone for this test run
|
||||
TZ="$(grep -v '#' /usr/share/zoneinfo/zone.tab | awk '{print $3}' | shuf | head -n1)"
|
||||
echo "Choosen random timezone $TZ"
|
||||
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
Loading…
Reference in New Issue
Block a user