[stem/master] Print which tor executable is used in run_tests

11 Feb
2015
11 Feb
'15
4:47 p.m.
commit 2b89278f0d3ff771a88626e46be135f9ac78562c Author: Sebastian Hahn <sebastian@torproject.org> Date: Tue Feb 10 07:55:26 2015 +0100 Print which tor executable is used in run_tests --- test/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runner.py b/test/runner.py index 9019eae..0dfe434 100644 --- a/test/runner.py +++ b/test/runner.py @@ -705,7 +705,7 @@ class Runner(object): :raises: OSError if we either fail to create the tor process or reached a timeout without success """ - println('Starting tor...\n', STATUS) + println('Starting %s...\n' % tor_cmd, STATUS) start_time = time.time() try:
3783
Age (days ago)
3783
Last active (days ago)
0 comments
1 participants
participants (1)
-
atagar@torproject.org