chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] New salmonella features


From: Jim Ursetto
Subject: Re: [Chicken-users] New salmonella features
Date: Thu, 16 Dec 2010 22:05:50 -0600

On Sun, Oct 24, 2010 at 11:26, Mario Domenech Goulart
<address@hidden> wrote:
> For those using the test egg (http://wiki.call-cc.org/eggref/4/test),
> here's a simple trick to set the exit status according to the existence
> of test failures:
>
>  (unless (zero? (test-failure-count)) (exit 1))

In fact, you can just use (test-exit), which is built-in to the test egg.

Jim



reply via email to

[Prev in Thread] Current Thread [Next in Thread]