Changeset 7670


Ignore:
Timestamp:
Mar 22, 2010, 2:13:43 PM (14 years ago)
Author:
ole
Message:

Verified again that all tests run (41 hours on I7 cluster) and added option to excluded Patong.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/validate_all.py

    r7669 r7670  
    11"""Validate_all.py
     2
     3This takes about 41 hours in total on an Intel I7 2.5GHz Linux server.
     440 hours is spent in the Patong validation.
     5
     6If you wish to skip Patong, add 'patong_beach_validation' to the
     7list dirs_to_skip by uncommenting the appropriate line.
     8
     9
    210"""
    311
     
    816# Current working directory ('.') should always be excluded to avoid
    917#infinite recursion
    10 dirs_to_skip = ['.']
    11 
     18dirs_to_skip = ['.'] # Always skip current dir
     19#dirs_to_skip += ['patong_beach_validation'] # This takes about 40h
    1220
    1321validation_dirs_and_files = []
Note: See TracChangeset for help on using the changeset viewer.