]> sourceware.org Git - libabigail.git/commit
Add missing tests input files to distribution files
authorDodji Seketeli <dodji@redhat.com>
Mon, 23 Jan 2017 23:33:22 +0000 (00:33 +0100)
committerDodji Seketeli <dodji@redhat.com>
Wed, 15 Feb 2017 14:51:37 +0000 (15:51 +0100)
commit08b1ef7ae1305ec3dedacf6a8677463ca8fe2906
tree406d61daa17c77012192eb44351ff261e7e1ab79
parent8202ad17aaaa836d88b9925554f648419dcb24da
Add missing tests input files to distribution files

The runtestfedabipkgdiff.py test was missing some input files from the
source distribution.

This patch adds them back.

Also, the test file name
test-fedabipkgdiff/test6-missing-devel-debuginfo-nss-util-3.12.6-1.fc14.x86_64--nss-util-3.24.0-2.0.fc25.x86_64-report-0.txt
was too long for tar to handle so that file was left out of the final
source distribution tarball.  This patch renames that file to a
smaller name.

make distcheck should pass again now.

* tests/data/Makefile.am: Add three missing test input files to
the source distribution tarball.  Renamed
test-fedabipkgdiff/test6-missing-devel-debuginfo-nss-util-3.12.6-1.fc14.x86_64--nss-util-3.24.0-2.0.fc25.x86_64-report-0.txt
into
test-fedabipkgdiff/test6-nss-util-3.12.6-1.fc14.x86_64--nss-util-3.24.0-2.0.fc25.x86_64-report-0.txt.
* tests/runtestfedabipkgdiff.py.in (FEDABIPKGDIFF_TEST_SPECS):
Renamed
test6-missing-devel-debuginfo-nss-util-3.12.6-1.fc14.x86_64--nss-util-3.24.0-2.0.fc25.x86_64-report-0.txt
into
test6-nss-util-3.12.6-1.fc14.x86_64--nss-util-3.24.0-2.0.fc25.x86_64-report-0.txt.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
tests/data/Makefile.am
tests/data/test-fedabipkgdiff/test6-nss-util-3.12.6-1.fc14.x86_64--nss-util-3.24.0-2.0.fc25.x86_64-report-0.txt [moved from tests/data/test-fedabipkgdiff/test6-missing-devel-debuginfo-nss-util-3.12.6-1.fc14.x86_64--nss-util-3.24.0-2.0.fc25.x86_64-report-0.txt with 100% similarity]
tests/runtestfedabipkgdiff.py.in
This page took 0.033336 seconds and 5 git commands to generate.