summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-09-16 11:46:25 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-09-16 11:46:25 +0100
commit0f0c07ffe1e0e53e3a919b590e06adc8cda53340 (patch)
tree21eb3279fb49c7d2f49878734ce11971a946861c
parent81c7ac525c22d0880623441998bc313668d3c3ba (diff)
Support forking a dbus-monitor
-rwxr-xr-xtt.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tt.hs b/tt.hs
index efc7002..8a84680 100755
--- a/tt.hs
+++ b/tt.hs
@@ -59,6 +59,7 @@ optionDefinitions :: [OptDescr OptionTransformer]
optionDefinitions =
[ simpleOption 'v' "verbose" "CHECK_TWISTED_VERBOSE=1"
, simpleOption 'V' "valgrind" "GABBLE_TEST_VALGRIND=1"
+ , simpleOption 'm' "monitor" "WITH_SESSION_BUS_FORK_DBUS_MONITOR=1"
, Option ['d'] ["dialects"] (ReqArg dialects "DIALECTS")
"set JINGLE_DIALECTS to DIALECTS"
, Option ['p'] ["print-test-directory"]