[tor-commits] [stem/master] Invalid syntax in last addition

atagar at torproject.org atagar at torproject.org
Thu Jul 27 17:08:34 UTC 2017


commit 0fdf983ce77a6f0cd88bf7da0bd27a1929ff5fe5
Author: Damian Johnson <atagar at torproject.org>
Date:   Thu Jul 27 10:09:31 2017 -0700

    Invalid syntax in last addition
    
    Shame on me for not even doing a sanity check. It would be nice if I could
    ssh to the jenkins host so I didn't need to do this at all...
---
 test/integ/util/connection.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/integ/util/connection.py b/test/integ/util/connection.py
index 6792dafb..bda9a414 100644
--- a/test/integ/util/connection.py
+++ b/test/integ/util/connection.py
@@ -34,7 +34,7 @@ class TestConnection(unittest.TestCase):
       resolver_command = RESOLVER_COMMAND[resolver].format(pid = runner.get_pid())
       resolver_output = stem.util.system.call(resolver_command)
 
-      self.fail('Unable to find our controller connection with %s (%s). Connections found were...\n\n%s\n\nCommand output was...\n\n%s' % (resolver, , resolver_command, '\n'.join(map(str, connections)), resolver_output))
+      self.fail('Unable to find our controller connection with %s (%s). Connections found were...\n\n%s\n\nCommand output was...\n\n%s' % (resolver, resolver_command, '\n'.join(map(str, connections)), resolver_output))
 
   def test_connections_by_proc(self):
     self.check_resolver(Resolver.PROC)



More information about the tor-commits mailing list