From f3405430db7a432655c6be8f39eceabebfe20d08 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 6 Nov 2006 10:38:13 +0000 Subject: r19567: Make it easier to control the debug level in the test scripts, by not specifying it on the smbd command line. Andrew Bartlett (This used to be commit 8b71f4b31f0fcb054784117c33987719e3c9110c) --- source4/script/tests/test_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/script/tests/test_functions.sh b/source4/script/tests/test_functions.sh index 36f7a60606..ccf383668c 100755 --- a/source4/script/tests/test_functions.sh +++ b/source4/script/tests/test_functions.sh @@ -23,7 +23,7 @@ smbd_check_or_start() { if [ -z "$SMBD_MAXTIME" ]; then SMBD_MAXTIME=5400 fi - $SMBD_VALGRIND $SRCDIR/bin/smbd --maximum-runtime=$SMBD_MAXTIME -d1 -s $CONFFILE -M single -i --leak-report-full < $SMBD_TEST_FIFO > $SMBD_TEST_LOG 2>&1; + $SMBD_VALGRIND $SRCDIR/bin/smbd --maximum-runtime=$SMBD_MAXTIME -s $CONFFILE -M single -i --leak-report-full < $SMBD_TEST_FIFO > $SMBD_TEST_LOG 2>&1; ret=$?; rm -f $SMBD_TEST_FIFO; if [ -n "$SOCKET_WRAPPER_DIR" -a -d "$SOCKET_WRAPPER_DIR" ]; then -- cgit