Skip to content
Snippets Groups Projects
Commit 6f4ddc81 authored by Elias Pipping's avatar Elias Pipping
Browse files

Tests: Improve clasp support (still incomplete)

parent c01c86f5
No related branches found
No related tags found
No related merge requests found
...@@ -242,8 +242,8 @@ case "$lisp" in ...@@ -242,8 +242,8 @@ case "$lisp" in
eval="--eval" ;; eval="--eval" ;;
clasp) clasp)
command="${CLASP:-clasp}" command="${CLASP:-clasp}"
flags="" flags="--norc --noinit"
eval="" ;; eval="--eval" ;;
clisp) clisp)
command="${CLISP:-clisp}" command="${CLISP:-clisp}"
flags="-norc --silent -ansi -I " flags="-norc --silent -ansi -I "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment