Changeset 8828 for trunk/anuga_core/test_all.py
- Timestamp:
- Apr 15, 2013, 9:00:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/test_all.py
r8779 r8828 18 18 try: 19 19 import pypar 20 except: 21 print 'anuga_parallel tests not run as pypar not installed' 22 else: 20 23 os.chdir(buildroot) 21 24 os.chdir('source') … … 25 28 print 'Changing to', os.getcwd() 26 29 execfile('test_all.py') 27 except:28 print 'anuga_parallel tests not run as pypar not installed'29 30 30 31 31
Note: See TracChangeset
for help on using the changeset viewer.