From 57c762aebe9561c08fa4b1aea3fd7188161f894d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 25 Feb 2001 23:16:33 +0000 Subject: Better table format. svn path=/trunk/; revision=3152 --- testservers-gen.sh | 3 +-- torturetest.py | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/testservers-gen.sh b/testservers-gen.sh index bf1d9052..2c2accbf 100755 --- a/testservers-gen.sh +++ b/testservers-gen.sh @@ -25,7 +25,6 @@ Here are the server types on my regression-test list:

Protocol & Version: Special Options: -Name: EOF torturetest.py -t @@ -44,7 +43,7 @@ Microsoft Exchange on here. These are the real robustness tests.
Back to Eric's Home Page Up to Site Map -${dateQ} +${date}

Eric S. Raymond <esr@thyrsus.com>
diff --git a/torturetest.py b/torturetest.py index e9524409..8f13cbc0 100755 --- a/torturetest.py +++ b/torturetest.py @@ -47,8 +47,8 @@ class TestSite: def tableprint(self): "Print an HTML server-type table entry." - return "%s %s%s%s\n" \ - % (self.proto, self.version, self.capabilities, self.comment) + return "%s: %s%s\n" \ + % (self.proto, self.comment, self.capabilities) def id(self): "Identify this site." -- cgit v1.2.3