From 1c78fddf38e013a2105b0e33f6a671b63545b5b0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 1 Mar 2001 10:17:32 +0000 Subject: Display options when IDing. svn path=/trunk/; revision=3167 --- torturetest.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'torturetest.py') diff --git a/torturetest.py b/torturetest.py index efc1bde4..daaf7db0 100755 --- a/torturetest.py +++ b/torturetest.py @@ -55,6 +55,8 @@ class TestSite: rep = "%s %s at %s" % (self.proto, self.version, self.host) if self.capabilities: rep += " (" + self.capabilities + ")" + if self.options: + rep += " using " + self.options return rep def testmail(self): -- cgit v1.2.3