Changeset 7669


Ignore:
Timestamp:
Mar 19, 2010, 12:44:06 PM (14 years ago)
Author:
ole
Message:

Verified that Patong completes succesfully as part of validate_all.py - Yahoo!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/validate_all.py

    r7652 r7669  
    55
    66
    7 #dirs_to_skip = ['.', 'okushiri_tank_validation_ver1', 'patong_beach_validation']
    8 dirs_to_skip = ['.', 'okushiri_tank_validation_ver1']
    9 validation_dirs_and_files = []
     7# List any sub directory to exclude from validation.
     8# Current working directory ('.') should always be excluded to avoid
     9#infinite recursion
     10dirs_to_skip = ['.']
    1011
    1112
     13validation_dirs_and_files = []
    1214for dirpath, dirnames, filenames in os.walk('.'):
    1315
Note: See TracChangeset for help on using the changeset viewer.