X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=textui.lisp;h=5eab0f8ed509924823a5570745f1506a210e45b5;hb=8e9bc32063b4197e64863afa179ba09e85737a05;hp=ec617e00f5a6ca426a5bbcd139e115d9b85b1909;hpb=381a23bb7ab8dd206bcd430ce9c7ee9c53e52f13;p=xlunit.git diff --git a/textui.lisp b/textui.lisp index ec617e0..5eab0f8 100644 --- a/textui.lisp +++ b/textui.lisp @@ -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))