/[storm]/storm/test.py
ViewVC logotype

Diff of /storm/test.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by benja, Tue Apr 22 13:01:21 2003 UTC revision 1.5 by benja, Wed Apr 23 10:58:34 2003 UTC
# Line 170  def run(dirs): Line 170  def run(dirs):
170      if exceptions:      if exceptions:
171          print "Java stack traces:"          print "Java stack traces:"
172          for name, exc in exceptions:          for name, exc in exceptions:
173              print 75 * '-'              if hasattr(exc['exception'][1], 'printStackTrace'):
174              print name                  print 75 * '-'
175              exc['exception'][1].printStackTrace()                  print name
176                    exc['exception'][1].printStackTrace()
177                            
178          print 75 * '-'          print 75 * '-'
179          print          print

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26