Changeset 279 for trunk/test


Ignore:
Timestamp:
Apr 30, 2010, 11:55:18 PM (14 years ago)
Author:
katerina
Message:

Fix for tickets #200 to #206 (kernel check, login checks, bugfixes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testcompile.sh

    r257 r279  
    378378        fi
    379379        #
     380        [ -z "${SMATCH}" ] || { CC="${SAVE_CC}"; export CC; SMATCH=""; export SMATCH; }
     381        #
    380382        ${TOP_SRCDIR}/configure --quiet  --prefix=$PW_DIR --localstatedir=$PW_DIR --with-config-file=$PW_DIR/samhainrc.test  --enable-process-check --enable-port-check --enable-static > /dev/null 2>> test_log
    381383        #
     
    386388        let "num = num + 1" >/dev/null
    387389        run_uno $? $num || let "numfail = numfail + 1"  >/dev/null
    388 
     390        #
     391        [ -z "${SMATCH_CC}" ] || { CC="${SMATCH_CC}"; export CC; SMATCH="${SAVE_SMATCH}"; export SMATCH; }
    389392        #
    390393        # test standalone compilation
Note: See TracChangeset for help on using the changeset viewer.