Changeset 155 for trunk


Ignore:
Timestamp:
Jan 12, 2008, 7:05:53 PM (17 years ago)
Author:
katerina
Message:

Skip stealth test if convert is missing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testrun_1a.sh

    r145 r155  
    147147    #testrun_internal
    148148
     149    CONVERT=`find_path convert`
     150    if [ x"$CONVERT" = x ]; then
     151        log_skip 1 ${MAXTEST} "ImageMagick convert not found";
     152        return 0
     153    fi
    149154    BUILDOPTS="$PREBUILDOPTS --enable-stealth=137"; export BUILDOPTS
    150155    testrun_stealth
Note: See TracChangeset for help on using the changeset viewer.