On Sep 20, 5:39 pm, kcrisman <[email protected]> wrote:
> "SAGE_CHECK - if this is set to “yes”, then during the build process,
> run the test suite for each package which has one."

I think this should actually say

  if this is set to any nonempty string, then ...

The relevant code is in the sage-spkg script:

    if [ "$SAGE_CHECK" != "" -a -f spkg-check ]; then
        echo "Running the test suite."
        chmod +x spkg-check
        ./spkg-check

> What happens if
>
> export SAGE_CHECK=no
>
> is done?  

Then the test suite is run.

--
John

-- 
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to