Changeset 34687 for gs3-extensions


Ignore:
Timestamp:
2021-01-21T14:25:18+13:00 (3 years ago)
Author:
davidb
Message:

no longer configuring the tests, so avoid runing the test target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/mars-src/trunk/packages/CASCADE-MAKE/ESSENTIA.sh

    r34681 r34687  
    5555    echo "[pushd $package$version]"
    5656    ( cd $package$version ; \
    57       # Do full configure with testing (note: needs full recursive git cloned version of repository to provide models and sample audio files)
    58       echo "./waf && ./waf run_tests" ; \
    59       eval ./waf && ./waf run_tests )
     57      # Used to do full configure with testing. If reverting back to this, note
     58      # that this then needs a full recursive git cloned version of repository to provide models and sample audio files
     59      echo "./waf" ; \
     60      eval ./waf )
    6061    if [ $? != 0 ] ; then
    6162        echo "      Error encountered running *compile* stage of $progname"
Note: See TracChangeset for help on using the changeset viewer.