From c1b41263ff63c0b3ab0f4bd97ab2b23f55c180b7 Mon Sep 17 00:00:00 2001 From: Dave Cooper <open-source@genworks.com> Date: Sun, 8 Dec 2013 22:44:07 -0500 Subject: [PATCH] fixed outer case for allegro --- test/run-tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/run-tests.sh b/test/run-tests.sh index 5597979b..401f7784 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -166,7 +166,7 @@ case "$lisp" in flags="--noinit --nosystem --noinform" eval="--eval" ;; - allegro|allegro8|allegromodern|allegromodern8) + allegro*) case "$lisp" in allegro) command="${ALLEGRO:-alisp}" ;; allegro8) command="${ALLEGRO8:-alisp8}" ;; @@ -184,7 +184,6 @@ case "$lisp" in allegro8_64_s) command="${ALLEGRO8_64_S:-alisp8_64_s}" ;; allegromodern_64_s) command="${ALLEGROMODERN_64_S:-mlisp_64_s}" ;; allegromodern8_64_s) command="${ALLEGROMODERN8_64_S:-mlisp8_64_s}" ;; - esac flags="-q" nodebug="-batch" -- GitLab