mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-17 14:07:03 +01:00
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>
This commit is contained in:
parent
0a8e20c4c6
commit
0bd19dae11
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user