summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-14 16:58:04 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-14 16:58:06 +0100
commit3471e600b5d2b3910a46c37dbd0969bbf304a559 (patch)
tree72109d9cfb96a018ee32671413be77f01cd0dace
parentc7b1835adf29b4dbacdb9e78c4b201a1b895a183 (diff)
test suite: Drop a couple of useless test log output lines.
We don't need these (((((((((( )))))))))) now that it's just one line inside them. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog1
-rw-r--r--tests/lib2
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index b0a4401..b1e6792 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
dgit (5.10~) unstable; urgency=medium
* Merge the experimental branch.
+ * test suite: Drop a couple of useless test log output lines.
--
diff --git a/tests/lib b/tests/lib
index 40f1f09..99345ce 100644
--- a/tests/lib
+++ b/tests/lib
@@ -419,10 +419,8 @@ t-save-artifacts () {
artifacts="$AUTOPKGTEST_ARTIFACTS"
if [ x"$artifacts" = x ]; then return; fi
if [ x"tmp" = x ]; then return; fi
- : '(((((((((( t-save-artifacts ))))))))))'
GZIP=-1v tar -C "$tmp" -zc -f "$artifacts/${0##*/}.tar.gz" \
--exclude=\*.tar .
- : ')))))))))) t-save-artifacts ))))))))))'
}
t-rm-dput-dropping () {