diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-11-06 10:38:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:24:53 -0500 |
commit | f3405430db7a432655c6be8f39eceabebfe20d08 (patch) | |
tree | 50e9df8a6c203ae5cad547f067b84aac0d1252cb /source4/script/tests/test_functions.sh | |
parent | c45262582cfd9a5813c9cb8d2ea16bc66a46b8ae (diff) | |
download | samba-f3405430db7a432655c6be8f39eceabebfe20d08.tar.gz samba-f3405430db7a432655c6be8f39eceabebfe20d08.tar.bz2 samba-f3405430db7a432655c6be8f39eceabebfe20d08.zip |
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)
Diffstat (limited to 'source4/script/tests/test_functions.sh')
-rwxr-xr-x | source4/script/tests/test_functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |