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
/Richard
--
"Having users is like optimization: the wise course is to delay it."
-- Paul Graham