/[fenfire]/fenfire/org/fenfire/test/test.py
ViewVC logotype

Diff of /fenfire/org/fenfire/test/test.py

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

revision 1.5 by benja, Sun Mar 16 16:24:12 2003 UTC revision 1.6 by tjl, Wed Mar 26 18:15:10 2003 UTC
# Line 163  def startGraphicsAPI(dirs): Line 163  def startGraphicsAPI(dirs):
163              exceptions = []              exceptions = []
164    
165              for file in tests(self.dirs):              for file in tests(self.dirs):
166                  exceptions.extend(test(load(file)))                  try:
167                        loaded = load(file)
168                        exceptions.extend(test(loaded))
169    
170                  print                      print
171                    except org.fenfire.test.gfx.GLNeeded, e:
172                        print "Skipping, needs GL."
173    
174              for exc in exceptions:              for exc in exceptions:
175                  print 75 * '-'                  print 75 * '-'

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

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