Changeset 7263


Ignore:
Timestamp:
Jun 24, 2009, 4:29:58 PM (15 years ago)
Author:
ole
Message:

Undid changeset:7262 using svn merge -r7262:7261 .
I was too quick there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy_anuga_validation/automated_validation_tests/validate_all.py

    r7262 r7263  
    3737    # print 'filename path', path, filename
    3838
    39     os.chdir(path)      # Change to sub directory
    40     execfile(filename)  # Run validation test
    41     os.chdir(os.pardir) # Back to parent directory
     39    os.chdir(path)
     40    s = 'python %s' %(filename)
     41    print s
     42    os.system(s)
     43   
     44    # Back to parent directory
     45    os.chdir(os.pardir)
    4246
    4347    # print 'current dir', os.getcwd()
Note: See TracChangeset for help on using the changeset viewer.