← Back to team overview

zeitgeist team mailing list archive

[Branch ~zeitgeist/zeitgeist/bluebird] Rev 385: testutils.py: start Zeitgeist with --log-level=DEBUG, for "run-all-tests.py -v"

 

------------------------------------------------------------
revno: 385
committer: Siegfried-Angel Gevatter Pujals <siegfried@xxxxxxxxxxxx>
branch nick: bluebird
timestamp: Tue 2012-02-07 18:49:49 +0100
message:
  testutils.py: start Zeitgeist with --log-level=DEBUG, for "run-all-tests.py -v"
modified:
  test/dbus/testutils.py


--
lp:zeitgeist
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist.
To unsubscribe from this branch go to https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'test/dbus/testutils.py'
--- test/dbus/testutils.py	2011-11-01 18:12:14 +0000
+++ test/dbus/testutils.py	2012-02-07 17:49:49 +0000
@@ -146,8 +146,8 @@
 				return stderr
 			
 		return RemoteTestCase._safe_start_subprocess(
-			("./src/zeitgeist-daemon", "--no-datahub"), env, timeout, error_callback
-		)
+			("./src/zeitgeist-daemon", "--no-datahub", "--log-level=DEBUG"),
+			env, timeout, error_callback)
 	
 	def __init__(self, methodName):
 		super(RemoteTestCase, self).__init__(methodName)