]> sourceware.org Git - glibc.git/commit
tst: Extend cross-test-ssh.sh to support passing glibc tunables master
authorYury Khrustalev <yury.khrustalev@arm.com>
Mon, 9 Sep 2024 08:29:14 +0000 (09:29 +0100)
committerArjun Shankar <arjun@redhat.com>
Sat, 14 Sep 2024 10:54:18 +0000 (12:54 +0200)
commite64a1e81aadf6c401174ac9471ced0f0125c2912
tree6457abb9812b657c69d409a89a86366feda05926
parentc9154cad66aa0b11ede62cc9190d3485c5ef6941
tst: Extend cross-test-ssh.sh to support passing glibc tunables

This patch adds new flag --glibctunables to the cross-test-ssh.sh script
to pass Glibc tunables to the system on which tests are executed.

The value to pass can be also provided via the GLIBC_TUNABLES environment
variable.

This works similar to the TIMEOUTFACTOR variable.

Sometimes it is useful to cross test glibc with some non-default tunable,
and a global environment variable is the easiest way to inject some
tunable value into most tests. With this patch using cross-test-ssh.sh
script becomes very similar to running a test natively on the local host
when using non-default tunable is important.
Reviewed-by: Arjun Shankar <arjun@redhat.com>
scripts/cross-test-ssh.sh
This page took 0.040013 seconds and 5 git commands to generate.