diff options
-rwxr-xr-x | torturetest.py | 2 |
1 files changed, 2 insertions, 0 deletions
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): |