From: Thierry Parmentelat Date: Tue, 3 Jun 2008 10:56:47 +0000 (+0000) Subject: dont try to print random strings as the ascii codec fails to do this X-Git-Tag: tests-4.3-0~158 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e3c5a6a914056fbc78125d7d6208c2f34c72e3ad;p=tests.git dont try to print random strings as the ascii codec fails to do this --- diff --git a/system/plcsh-stress-test.py b/system/plcsh-stress-test.py index d49af20..5015166 100755 --- a/system/plcsh-stress-test.py +++ b/system/plcsh-stress-test.py @@ -1306,8 +1306,7 @@ class Test: for field in tag_type_fields: assert tag_type[field] == tag_type_fields[field] if self.verbose: - print "Updated slice attribute type", tag_type_id, \ - " tagname=", tag_type_fields['tagname'] + print "Updated slice attribute type", tag_type_id def UpdateTagTypes(self): """