From: Ian Jackson Date: Fri, 13 Jul 2018 10:38:36 +0000 (+0100) Subject: test suite: tar up the artifacts, and name the tarball after the test X-Git-Tag: archive/debian/5.9+exp4~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3aa2ab5f285a1675dece0cd3b4f594e94b7ecb9e;hp=3aa2ab5f285a1675dece0cd3b4f594e94b7ecb9e;p=dgit.git test suite: tar up the artifacts, and name the tarball after the test Naming the output after the test works around #903696. tarring the whole lot up turns out to make it a lot smaller. Before: $ du -sk ; du -sk --apparent-size 1640 . 853 . After: 236 . 235 . Signed-off-by: Ian Jackson ---