On Sun, 29 Apr 2007, Richard Carlsson wrote:
> Sam Tregar wrote:
>> So my question is, how do I setup my environment so I can run 'make
>> test' and have the process exit when the tests are done?
>
> Just change ${ERL} -s geocode test
> to ${ERL} -noshell -s geocode test -s init stop
Thanks, works great!
-sam