Ignore:
Timestamp:
Sep 1, 2009, 6:24:16 PM (15 years ago)
Author:
ole
Message:

Work on pymetis and test_all

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/test_all.py

    r7288 r7460  
    99os.chdir('anuga')
    1010   
    11 print 'Changing to', os.getcwd() #This is now different from buildroot   
     11print 'Changing to', os.getcwd() # This is now different from buildroot   
     12#execfile('test_all.py')
    1213
    13 execfile('test_all.py')
    1414
     15os.chdir('..')
     16os.chdir('pymetis')
     17print 'Changing to', os.getcwd()
     18#execfile('test_all.py')
     19
     20os.chdir('..')
     21os.chdir('anuga_parallel')
     22print 'Changing to', os.getcwd()
     23#execfile('test_all.py')
    1524
    1625print
Note: See TracChangeset for help on using the changeset viewer.