Commit c7d05a55 authored by Robert Goldman's avatar Robert Goldman
Browse files

Undo verbosity in test.

parent f0cf7668
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -135,8 +135,7 @@
                                    (setf error-status 'general)
                                    (setf error-description (format nil "~a" c))
                                    (return-from test-case))))
                  ,@body)
                (format t "~&~T...completed successfully.~%"))
                  ,@body))
              (case error-status
                (failed (incf *number-of-failed-tests*))
                (unsupported (report-result "" "NOT SUPPORTED"))