Changeset 7106


Ignore:
Timestamp:
May 27, 2009, 4:36:40 PM (15 years ago)
Author:
rwilson
Message:

Made 'paths searched' print in sorted order.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/test_all.py

    r6910 r7106  
    114114    # get all test_*.py and enclosing directories
    115115    test_files, path_files = get_test_files(path)
     116    path_files.sort()
    116117
    117118    files = [x for x in test_files if not x == 'test_all.py']
  • branches/numpy/anuga/test_all.py

    r6904 r7106  
    114114    # get all test_*.py and enclosing directories
    115115    test_files, path_files = get_test_files(path)
     116    path_files.sort()
    116117
    117118    files = [x for x in test_files if not x == 'test_all.py']
Note: See TracChangeset for help on using the changeset viewer.