Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jan Moringen
asdf
Commits
6f4ddc81
Commit
6f4ddc81
authored
Sep 02, 2016
by
Elias Pipping
Browse files
Tests: Improve clasp support (still incomplete)
parent
c01c86f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/run-tests.sh
View file @
6f4ddc81
...
...
@@ -242,8 +242,8 @@ case "$lisp" in
eval
=
"--eval"
;;
clasp
)
command
=
"
${
CLASP
:-
clasp
}
"
flags
=
""
eval
=
""
;;
flags
=
"
--norc --noinit
"
eval
=
"
--eval
"
;;
clisp
)
command
=
"
${
CLISP
:-
clisp
}
"
flags
=
"-norc --silent -ansi -I "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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