diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-05-23 06:06:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:08:30 -0500 |
commit | 0f881ff069cdd81060fb97f1cb08503dc6f7c436 (patch) | |
tree | dae96c354ee5c92d6e00e0428f93130e9cf9f6a0 /source4/script/tests | |
parent | 47e7f457513a1b85940154d713481d612e39cb66 (diff) | |
download | samba-0f881ff069cdd81060fb97f1cb08503dc6f7c436.tar.gz samba-0f881ff069cdd81060fb97f1cb08503dc6f7c436.tar.bz2 samba-0f881ff069cdd81060fb97f1cb08503dc6f7c436.zip |
r15832: put a talloc leak report in the log file at the end of each test run
(This used to be commit 16c67e135a35830aaa937c38fa2ed940decb5a17)
Diffstat (limited to 'source4/script/tests')
-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 5b9c63a9eb..9beaed8ee6 100755 --- a/source4/script/tests/test_functions.sh +++ b/source4/script/tests/test_functions.sh @@ -22,7 +22,7 @@ smbd_check_or_start() { if [ -z "$SMBD_MAXTIME" ]; then SMBD_MAXTIME=2700 fi - $SMBD_VALGRIND $SRCDIR/bin/smbd --maximum-runtime=$SMBD_MAXTIME -d1 -s $CONFFILE -M single -i < $SMBD_TEST_FIFO > $SMBD_TEST_LOG 2>&1; + $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; ret=$?; rm -f $SMBD_TEST_FIFO; if [ -n "$SOCKET_WRAPPER_DIR" -a -d "$SOCKET_WRAPPER_DIR" ]; then |