[Xfce4-commits] <midori:master> Disable thread events in unit test backtraces
Christian Dywan
noreply at xfce.org
Sun Nov 25 12:18:02 CET 2012
Updating branch refs/heads/master
to 05f502594e3090e472404f611621b9e1d2e56cc7 (commit)
from 8a6758a213207e4972ab4b6e922f9bb39c02e33c (commit)
commit 05f502594e3090e472404f611621b9e1d2e56cc7
Author: Christian Dywan <christian at twotoasts.de>
Date: Sun Nov 25 12:15:35 2012 +0100
Disable thread events in unit test backtraces
wscript | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/wscript b/wscript
index 362cc99..3c9ca5c 100644
--- a/wscript
+++ b/wscript
@@ -612,7 +612,7 @@ def shutdown ():
try:
if is_mingw (Build.bld.env):
filename += '.exe'
- args = ['gdb', '--batch', '-ex', 'run', '-ex', 'bt', filename]
+ args = ['gdb', '--batch', '-ex', 'set print thread-events off', '-ex', 'run', '-ex', 'bt', filename]
if is_mingw (Build.bld.env):
args.insert (0, 'wine')
pp = Utils.pproc.Popen (args, cwd=Build.bld.env['PREFIX'] + os.sep + 'bin')
More information about the Xfce4-commits
mailing list