Scilab testing: don't hang on error
This commit is contained in:
parent
9f5ad6debd
commit
dbab08ec21
1 changed files with 3 additions and 0 deletions
|
|
@ -1251,6 +1251,9 @@ else
|
|||
if test $SCILAB_VERSION -ge 540; then
|
||||
SCILABOPT+=" -noatomsautoload"
|
||||
fi
|
||||
if test $SCILAB_VERSION -ge 600; then
|
||||
SCILABOPT+=" -quit"
|
||||
fi
|
||||
AC_MSG_RESULT($SCILABOPT)
|
||||
|
||||
# Check for Scilab header files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue