Ignore:
Timestamp:
Apr 15, 2013, 9:00:10 PM (12 years ago)
Author:
steve
Message:

Still cleaning up boyd operators

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/test_all.py

    r8779 r8828  
    1818try:
    1919    import pypar
     20except:
     21    print 'anuga_parallel tests not run as pypar not installed'
     22else:
    2023    os.chdir(buildroot)
    2124    os.chdir('source')
     
    2528    print 'Changing to', os.getcwd()
    2629    execfile('test_all.py')
    27 except:
    28     print 'anuga_parallel tests not run as pypar not installed'
    29 
    3030
    3131
Note: See TracChangeset for help on using the changeset viewer.