tests/run-tests.py
changeset 3624 a90a86929d04
parent 3307 3cd51b986172
child 3625 cc0cd5942223
equal deleted inserted replaced
3623:44247ecc2965 3624:a90a86929d04
   359         failed = 0
   359         failed = 0
   360         skipped = 0
   360         skipped = 0
   361 
   361 
   362         if len(args) == 0:
   362         if len(args) == 0:
   363             args = os.listdir(".")
   363             args = os.listdir(".")
       
   364             args.sort()
       
   365 
   364         for test in args:
   366         for test in args:
   365             if (test.startswith("test-") and '~' not in test and
   367             if (test.startswith("test-") and '~' not in test and
   366                 ('.' not in test or test.endswith('.py') or
   368                 ('.' not in test or test.endswith('.py') or
   367                  test.endswith('.bat'))):
   369                  test.endswith('.bat'))):
   368                 if options.retest and not os.path.exists(test + ".err"):
   370                 if options.retest and not os.path.exists(test + ".err"):