chiark / gitweb /
test suite: Drop a couple of useless test log output lines.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 14 Jul 2018 15:58:04 +0000 (16:58 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 14 Jul 2018 15:58:06 +0000 (16:58 +0100)
We don't need these (((((((((( )))))))))) now that it's just one line
inside them.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
tests/lib

index b0a4401dfa83d7a6149b7ecf24552a6bea754193..b1e6792e637c8dc1a8481f0f97e46b4eff226b78 100644 (file)
@@ -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.
  
  --
  
index 40f1f0992e50080022aba595a39ea42dfab13ae1..99345ce164491163b03069340e7439506490f7ec 100644 (file)
--- 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 () {