Changeset 371 for trunk/test


Ignore:
Timestamp:
Oct 31, 2011, 9:42:22 PM (13 years ago)
Author:
katerina
Message:

Patch for ticket #265 (inotify support).

Location:
trunk/test
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testhash.sh

    r367 r371  
    5858        fi
    5959        #
    60         ${TOP_SRCDIR}/configure --quiet $TRUST --prefix=$PW_DIR --localstatedir=$PW_DIR --with-config-file=$RCFILE --with-log-file=$LOGFILE --with-pid-file=$PW_DIR/.samhain_lock --with-data-file=$PW_DIR/.samhain_file --enable-db-reload '--enable-login-watch' '--enable-mounts-check' ${C_LOGFILE} '--enable-port-check' '--enable-suidcheck' '--with-rnd=unix'
     60        ${TOP_SRCDIR}/configure --enable-debug=gdb --quiet $TRUST --prefix=$PW_DIR --localstatedir=$PW_DIR --with-config-file=$RCFILE --with-log-file=$LOGFILE --with-pid-file=$PW_DIR/.samhain_lock --with-data-file=$PW_DIR/.samhain_file --enable-db-reload '--enable-login-watch' '--enable-mounts-check' ${C_LOGFILE} '--enable-port-check' '--enable-suidcheck' '--with-rnd=unix'
    6161        #
    6262        fail=0
  • trunk/test/testrun_1.sh

    r257 r371  
    10511051run_check ()
    10521052{
    1053     ${VALGRIND} ./samhain -t check -p none -l debug 2>>test_log_valgrind
     1053    if [ "x$1" = "x"  ]; then
     1054        logsev=debug
     1055    else
     1056        logsev=$1
     1057    fi
     1058    ${VALGRIND} ./samhain -t check -p none -l $logsev 2>>test_log_valgrind
    10541059 
    10551060    if test x$? = x0; then
  • trunk/test/testrun_1d.sh

    r169 r371  
    155155              rm -f "$LOGFILE"
    156156              if [ $errval -eq 0 ]; then
    157                   run_check
     157                  run_check info
    158158                  check_err $? ${tcount}; errval=$?
    159159              fi
Note: See TracChangeset for help on using the changeset viewer.