Robert Dodier wrote:
> On Mon, Jan 19, 2009 at 11:21 AM, Raymond Toy <raymond.toy at ericsson.com> wrote:
>
>
>> Actually, anything other than false is treated as true. Do we want to
>> accept only true and false?
>>
>
> Well, in general only true and false are recognized as Boolean values.
> I don't think there should be a special case for run_testsuite.
>
>
Well, the underlying implementation is basically (test :display_all
<arg>), and lisp deals with <arg>, so non-NIL means the same as T.
If we want to recognize only true and false, I'll have to add code for
that (which is easy to do). But what do we want to do if neither NIL
nor T are given? Signal an error?
Ray