]> 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)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 16 Mar 2021 09:50:37 +0000 (10:50 +0100)
commitdb32fc27e7bdfb5468200a94e9152bcc1c971d25
treeeb606966a43e60192fce4f86e7bbe3c72bacc06a
parent79c6be6a0ad59e28cfb73ad6cae6b073e22836e3
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.

(cherry picked from commit 20bee7134801cc932ff87fac511289b92fc94944)
NEWS
support/test-container.c