Print the error in a useful format.
authorNathan Bird <nathan@acceleration.net>
Mon, 25 Jan 2010 22:44:12 +0000 (17:44 -0500)
committerNathan Bird <nathan@acceleration.net>
Tue, 26 Jan 2010 20:49:06 +0000 (15:49 -0500)
tests/datasets.lisp

index 114deaccccafe2a0becbba14dbe05d06515c4946..c3c17b592cf9abdd90149e77a9cc7f5a89631ec8 100644 (file)
@@ -20,7 +20,7 @@ should we debug (T) or just print and quit.")
   (when (and *dataset-debug-on-error*
             *debugger-hook*)
     (invoke-debugger e))
-  (print e *error-output*)
+  (princ e *error-output*)
   (throw 'quit-dataset e))
 
 (defmacro def-dataset (name &body body)