]> git.ipfire.org Git - thirdparty/glibc.git/commit
test-container: Always copy test-specific support files [BZ #27537]
authorDJ Delorie <dj@redhat.com>
Thu, 11 Mar 2021 17:50:02 +0000 (12:50 -0500)
committerDJ Delorie <dj@redhat.com>
Thu, 11 Mar 2021 22:04:12 +0000 (17:04 -0500)
commit20bee7134801cc932ff87fac511289b92fc94944
tree9644291b18a9fcdcb7a1e3085f7b7eb3d574832a
parent92cfc9ad82e4337eff2bff3ca6ab8d453c34d5a7
test-container: Always copy test-specific support files [BZ #27537]

There's a small chance that a fresh checkout will result in some of
the test-specific container files will have the same timestamp and
size, which breaks the rsync logic in test-container, resulting in
tests running with the wrong support files.

This patch changes the rsync logic to always copy the test-specific
files, which normally would always be copied anyway.  The rsync logic
for the testroot itself is unchanged.
support/test-container.c