mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
Make the non-integrated VM test-suite less verbose.
* testsuite/run-vm-tests.scm (run-vm-tests): Don't display the number of tests passed since it's always 1 or 0.
This commit is contained in:
parent
ec99fe8ecb
commit
10331eac7e
1 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
|||
;;; run-vm-tests.scm -- Run Guile-VM's test suite.
|
||||
;;;
|
||||
;;; Copyright 2005 Ludovic Courtès <ludovic.courtes@laas.fr>
|
||||
;;;
|
||||
;;; Copyright 2005, 2009 Free Software Foundation, Inc.
|
||||
;;;
|
||||
;;; This program is free software; you can redistribute it and/or
|
||||
;;; modify it under the terms of the GNU Lesser General Public License
|
||||
|
@ -85,9 +84,7 @@ equal in the sense of @var{equal?}."
|
|||
(failed (length (filter not res))))
|
||||
|
||||
(if (= 0 failed)
|
||||
(begin
|
||||
(format #t "~%All ~a tests passed~%" total)
|
||||
(exit 0))
|
||||
(exit 0)
|
||||
(begin
|
||||
(format #t "~%~a tests failed out of ~a~%"
|
||||
failed total)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue