[tor-commits] [stem/master] Print which tor executable is used in run_tests
atagar at torproject.org
atagar at torproject.org
Wed Feb 11 16:47:30 UTC 2015
commit 2b89278f0d3ff771a88626e46be135f9ac78562c
Author: Sebastian Hahn <sebastian at 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:
More information about the tor-commits
mailing list