summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-09-15 12:16:00 +1000
committerAndrew Tridgell <tridge@samba.org>2010-09-15 15:39:36 +1000
commitfcf576f002cc2b6dc7e3ecc3533572adcfcb1ffe (patch)
tree3dadbbcbb32177f337051aafd4040a86d49d10e5 /source4
parenta498ab90fbad872c36900a86fe7ccada64c3c4a7 (diff)
downloadsamba-fcf576f002cc2b6dc7e3ecc3533572adcfcb1ffe.tar.gz
samba-fcf576f002cc2b6dc7e3ecc3533572adcfcb1ffe.tar.bz2
samba-fcf576f002cc2b6dc7e3ecc3533572adcfcb1ffe.zip
s4-selftest: enable logging in valgrind server xterm
when running with valgrind on the server, enable logging in the xterm so you get a permanent record of any errors
Diffstat (limited to 'source4')
-rw-r--r--source4/selftest/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/wscript b/source4/selftest/wscript
index 8244e6e17a..d07ae0ff35 100644
--- a/source4/selftest/wscript
+++ b/source4/selftest/wscript
@@ -103,7 +103,7 @@ def cmd_testonly(opt):
os.environ['VALGRIND'] += ' --log-file=%s' % Options.options.VALGRINDLOG
if Options.options.VALGRIND_SERVER:
- os.environ['SAMBA_VALGRIND'] = 'xterm -n server -e ../selftest/valgrind_run DUMMY=X'
+ os.environ['SAMBA_VALGRIND'] = 'xterm -n server -l -e ../selftest/valgrind_run DUMMY=X'
if Options.options.GDBTEST:
os.environ['SAMBA_VALGRIND'] = 'xterm -n server -e ../selftest/gdb_run DUMMY=X'