gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/test testutil.py


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/test testutil.py
Date: Tue, 15 Oct 2002 05:43:01 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/10/15 05:43:01

Modified files:
        test           : testutil.py 

Log message:
        Try to recover from error

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/test/testutil.py.diff?tr1=1.25&tr2=1.26&r1=text&r2=text

Patches:
Index: gzz/test/testutil.py
diff -c gzz/test/testutil.py:1.25 gzz/test/testutil.py:1.26
*** gzz/test/testutil.py:1.25   Mon Oct 14 14:30:04 2002
--- gzz/test/testutil.py        Tue Oct 15 05:43:00 2002
***************
*** 193,200 ****
        def run(self):
            try:
                unittest.TextTestRunner(verbosity=2).run(suite(test))
!           finally:
!               java.lang.System.exit(0)
      GraphicsAPI.getInstance().startUpdateManager(Starter())
  
  
--- 193,201 ----
        def run(self):
            try:
                unittest.TextTestRunner(verbosity=2).run(suite(test))
!           except:
!               print sys.exc_info()
!           java.lang.System.exit(0)
      GraphicsAPI.getInstance().startUpdateManager(Starter())
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]