Changeset 506 for pkpgcounter/trunk

Show
Ignore:
Timestamp:
11/22/07 12:59:36 (16 years ago)
Author:
jerome
Message:

Ensures the testsuite is sorted in the same order it was generated.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/tests/gstests.py

    r505 r506  
    8888    failed = 0 
    8989    testsuite = glob.glob("%(root)s.*" % locals()) 
     90    testsuite.sort() 
    9091    nbtests = len(testsuite) 
    9192    for testfname in testsuite :