Changeset 75 for trunk/test


Ignore:
Timestamp:
Nov 1, 2006, 10:46:20 PM (18 years ago)
Author:
rainer
Message:

Fix compile failure with portcheck + stealth.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testcompile.sh

    r68 r75  
    2020#
    2121
    22 MAXTEST=63; export MAXTEST
     22MAXTEST=65; export MAXTEST
    2323
    2424run_flawfinder ()
     
    164164        # test standalone compilation
    165165        #
    166         TEST="${S}standalone w/suidcheck w/processcheck${E}"
     166        TEST="${S}standalone w/suidcheck w/procchk${E}"
    167167        #
    168168        if test -r "Makefile"; then
     
    180180        # test standalone compilation
    181181        #
    182         TEST="${S}standalone w/processcheck w/portcheck${E}"
     182        TEST="${S}standalone w/procchk w/portchk${E}"
    183183        #
    184184        if test -r "Makefile"; then
     
    187187        #
    188188        ${TOP_SRCDIR}/configure --quiet  --prefix=$PW_DIR --localstatedir=$PW_DIR --with-config-file=$PW_DIR/samhainrc.test  --enable-process-check --enable-port-check > /dev/null 2>> test_log
     189        #
     190        let "num = num + 1" >/dev/null
     191        testmake $? $num || let "numfail = numfail + 1"  >/dev/null
     192        let "num = num + 1" >/dev/null
     193        run_smatch $? $num || let "numfail = numfail + 1"  >/dev/null
     194
     195        #
     196        # test standalone compilation
     197        #
     198        TEST="${S}standalone w/procchk w/portchk w/stealth${E}"
     199        #
     200        if test -r "Makefile"; then
     201                $MAKE distclean
     202        fi
     203        #
     204        ${TOP_SRCDIR}/configure --quiet  --prefix=$PW_DIR --localstatedir=$PW_DIR --with-config-file=$PW_DIR/samhainrc.test  --enable-stealth=164 --enable-process-check --enable-port-check > /dev/null 2>> test_log
    189205        #
    190206        let "num = num + 1" >/dev/null
Note: See TracChangeset for help on using the changeset viewer.