Changeset 4796 for anuga_core/source/anuga/test_all.py
- Timestamp:
- Nov 5, 2007, 6:01:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/test_all.py
r4795 r4796 19 19 20 20 exclude_files = [] 21 if sys.platform != 'win32': #Windows 22 exclude_files.append('test_advection.py') #Weave doesn't work on Linux 23 21 22 #if sys.platform != 'win32': 23 # exclude_files.append('test_advection.py') #Weave doesn't work on Linux 24 25 # Exclude test_advection on all platforms for the time being. See ticket:205 26 exclude_files.append('test_advection.py') #Weave doesn't work on Linux 27 28 29 # Directories that should not be searched for test files. 24 30 exclude_dirs = ['pypar_dist', #Special requirements 25 31 'props', 'wcprops', 'prop-base', 'text-base', '.svn', #Svn
Note: See TracChangeset
for help on using the changeset viewer.