summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-08-08 13:47:00 +0200
committerWerner Koch <wk@gnupg.org>2017-08-08 13:47:00 +0200
commit0bd19dae1161a71053d794e4f75e66f70445f9f0 (patch)
tree1d3f6f02263a63c8e0730b73acca134718177c9a /tests
parentsm: Always print the keygrip in colon mode. (diff)
downloadgnupg2-0bd19dae1161a71053d794e4f75e66f70445f9f0.tar.xz
gnupg2-0bd19dae1161a71053d794e4f75e66f70445f9f0.zip
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@gnupg.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/gpgscm/tests.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gpgscm/tests.scm b/tests/gpgscm/tests.scm
index 40ba7e394..51410020e 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)