Index: trunk/test/testhash.sh
===================================================================
--- trunk/test/testhash.sh	(revision 369)
+++ trunk/test/testhash.sh	(revision 371)
@@ -58,5 +58,5 @@
 	fi
 	#
-	${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'
+	${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'
 	#
 	fail=0
Index: trunk/test/testrun_1.sh
===================================================================
--- trunk/test/testrun_1.sh	(revision 369)
+++ trunk/test/testrun_1.sh	(revision 371)
@@ -1051,5 +1051,10 @@
 run_check ()
 {
-    ${VALGRIND} ./samhain -t check -p none -l debug 2>>test_log_valgrind
+    if [ "x$1" = "x"  ]; then
+	logsev=debug
+    else
+	logsev=$1
+    fi
+    ${VALGRIND} ./samhain -t check -p none -l $logsev 2>>test_log_valgrind
  
     if test x$? = x0; then
Index: trunk/test/testrun_1d.sh
===================================================================
--- trunk/test/testrun_1d.sh	(revision 369)
+++ trunk/test/testrun_1d.sh	(revision 371)
@@ -155,5 +155,5 @@
 	      rm -f "$LOGFILE"
 	      if [ $errval -eq 0 ]; then
-		  run_check
+		  run_check info
 		  check_err $? ${tcount}; errval=$?
 	      fi
