Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hugo Ishimaru
asdf
Commits
fd6f49d6
Commit
fd6f49d6
authored
Sep 29, 2015
by
Robert Goldman
Browse files
Remove ALLEGRO export.
This export was breaking lisp-invocation (and thus the tests) on Allegro.
parent
9fed1d6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/run-tests.sh
View file @
fd6f49d6
...
...
@@ -219,8 +219,8 @@ case "$lisp" in
allegromodern8_64_s
)
command
=
"
${
ALLEGROMODERN8_64_S
:-
mlisp8_64_s
}
"
;;
esac
# For the sake of the lisp-invocation library, re-export these
ALLEGRO
=
$command
;
export
ALLEGRO
;
echo
ALLEGRO
=
$ALLEGRO
#
ALLEGRO=$command ; export ALLEGRO ;
#
echo ALLEGRO=$ALLEGRO
flags
=
"-q"
nodebug
=
"-batch"
if
[
"
$os
"
=
windows
]
&&
[
-z
"
$ALLEGRO_NOISY
"
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment