]> git.ipfire.org Git - thirdparty/glibc.git/commit
tst: Extend cross-test-ssh.sh to specify if target date can be altered
authorLukasz Majewski <lukma@denx.de>
Fri, 15 Jan 2021 15:40:39 +0000 (16:40 +0100)
committerLukasz Majewski <lukma@denx.de>
Mon, 8 Mar 2021 21:37:16 +0000 (22:37 +0100)
commit496e36f2251f28961ce269548b5f3adb6546ef01
tree9f19f635ff8b29f273cae7ce8c2766967a6c0dee
parent60167dc24b09b25c6ca3353f9ce38c41340a792f
tst: Extend cross-test-ssh.sh to specify if target date can be altered

This code adds new flag - '--allow-time-setting' to cross-test-ssh.sh
script to indicate if it is allowed to alter the date on the system
on which tests are executed. This change is supposed to be used with
test systems, which use virtual machines for testing.

The GLIBC_TEST_ALLOW_TIME_SETTING env variable is exported to the
remote environment on which the eligible test is run and brings no
functional change when it is not.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
INSTALL
manual/install.texi
scripts/cross-test-ssh.sh