Changeset 371 for trunk/test
- Timestamp:
- Oct 31, 2011, 9:42:22 PM (13 years ago)
- Location:
- trunk/test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/testhash.sh
r367 r371 58 58 fi 59 59 # 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' 61 61 # 62 62 fail=0 -
trunk/test/testrun_1.sh
r257 r371 1051 1051 run_check () 1052 1052 { 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 1054 1059 1055 1060 if test x$? = x0; then -
trunk/test/testrun_1d.sh
r169 r371 155 155 rm -f "$LOGFILE" 156 156 if [ $errval -eq 0 ]; then 157 run_check 157 run_check info 158 158 check_err $? ${tcount}; errval=$? 159 159 fi
Note:
See TracChangeset
for help on using the changeset viewer.