Changeset 506 for pkpgcounter/trunk/tests
- Timestamp:
- 11/22/07 12:59:36 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/tests/gstests.py
r505 r506 88 88 failed = 0 89 89 testsuite = glob.glob("%(root)s.*" % locals()) 90 testsuite.sort() 90 91 nbtests = len(testsuite) 91 92 for testfname in testsuite :