Don't those environment variables come through to the Lisp, available with uiop:getenv ?
Or, use uiop:raw-command-line-arguments
How is it being done now?
On Mon, Jul 6, 2015 at 10:27 AM, Robert Goldman rpgoldman@sift.net wrote:
How is this to be managed? In the test suite, there are environment variables that signal which of the many Allegro flavors one is testing. But somehow this information needs to get pushed through the tests into the subsidiary lisp-invocations. How is this managed?
Thanks, r