mirror of
https://github.com/samba-team/samba.git
synced 2025-02-07 01:58:28 +03:00
selftest: force running with TZ=UTC
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Wed Feb 27 11:24:59 UTC 2019 on sn-devel-144 (cherry picked from commit 4f307f2302b0fe8fd0fc6379eb8e6491faf8520c)
This commit is contained in:
parent
6da5ef15ec
commit
833d543717
@ -286,6 +286,9 @@ unless (defined($ENV{VALGRIND})) {
|
||||
# make all our python scripts unbuffered
|
||||
$ENV{PYTHONUNBUFFERED} = 1;
|
||||
|
||||
# do not depend on the users setup
|
||||
$ENV{TZ} = "UTC";
|
||||
|
||||
my $bindir_abs = abs_path($bindir);
|
||||
|
||||
# Backwards compatibility:
|
||||
|
Loading…
x
Reference in New Issue
Block a user