[Pkg-gnupg-commit] [gnupg2] 29/34: gpgscm: Make the test summary stand out

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Aug 11 16:51:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch upstream
in repository gnupg2.

commit 0bd19dae1161a71053d794e4f75e66f70445f9f0
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Aug 8 13:47:00 2017 +0200

    gpgscm: Make the test summary stand out
    
    * tests/gpgscm/tests.scm (test-pool): Add delimiter lines.
    --
    
    This is to make those summaries a bit more simlar to those from
    automake.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 tests/gpgscm/tests.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/gpgscm/tests.scm b/tests/gpgscm/tests.scm
index 40ba7e3..5141002 100644
--- a/tests/gpgscm/tests.scm
+++ b/tests/gpgscm/tests.scm
@@ -613,6 +613,7 @@
 	      (xfailed (filter-tests 'XFAIL))
 	      (xpassed (filter-tests 'XPASS))
 	      (skipped (filter-tests 'SKIP)))
+          (echo "===================")
 	  (echo (length procs) "tests run,"
 		(length (filter-tests 'PASS)) "succeeded,"
 		(length failed) "failed,"
@@ -623,6 +624,7 @@
 	  (print-tests xfailed "Expectedly failed tests:")
 	  (print-tests xpassed "Unexpectedly passed tests:")
 	  (print-tests skipped "Skipped tests:")
+          (echo "===================")
 	  (+ (length failed) (length xpassed))))
 
       (define (xml)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list