r8702: Automated commit for Debian build of xlunit upstream-version-0.6.2
[xlunit.git] / textui.lisp
index ec617e00f5a6ca426a5bbcd139e115d9b85b1909..5eab0f8ed509924823a5570745f1506a210e45b5 100644 (file)
@@ -2,7 +2,7 @@
 ;;;; *************************************************************************
 ;;;; FILE IDENTIFICATION
 ;;;;
-;;;; ID:      $Id: textui.lisp,v 1.2 2003/08/04 17:04:50 kevin Exp $
+;;;; ID:      $Id$
 ;;;; Purpose: Text UI for Test Runner
 ;;;;
 ;;;; *************************************************************************
@@ -36,5 +36,5 @@
     (run-on-test-results ob result)
     (print-results test-runner result 
                   (/ (- (get-internal-real-time) start-time)
-                    internal-time-units-per-second))))
-                                                                                 
+                     internal-time-units-per-second))
+    result))