Changeset 7670
- Timestamp:
- Mar 22, 2010, 2:13:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/validate_all.py
r7669 r7670 1 1 """Validate_all.py 2 3 This takes about 41 hours in total on an Intel I7 2.5GHz Linux server. 4 40 hours is spent in the Patong validation. 5 6 If you wish to skip Patong, add 'patong_beach_validation' to the 7 list dirs_to_skip by uncommenting the appropriate line. 8 9 2 10 """ 3 11 … … 8 16 # Current working directory ('.') should always be excluded to avoid 9 17 #infinite recursion 10 dirs_to_skip = ['.'] 11 18 dirs_to_skip = ['.'] # Always skip current dir 19 #dirs_to_skip += ['patong_beach_validation'] # This takes about 40h 12 20 13 21 validation_dirs_and_files = []
Note: See TracChangeset
for help on using the changeset viewer.