Changeset 7669
- Timestamp:
- Mar 19, 2010, 12:44:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/validate_all.py
r7652 r7669 5 5 6 6 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 10 dirs_to_skip = ['.'] 10 11 11 12 13 validation_dirs_and_files = [] 12 14 for dirpath, dirnames, filenames in os.walk('.'): 13 15
Note: See TracChangeset
for help on using the changeset viewer.