Changeset 5291


Ignore:
Timestamp:
May 7, 2008, 5:49:11 PM (16 years ago)
Author:
ole
Message:

Cosmetics in validate all

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/validate_all.py

    r5290 r5291  
    3333print '----------------------------------------------------------'
    3434
     35t0 = time.time()
    3536for path, filename in validation_dirs_and_files:
    3637    # print 'filename path', path, filename
     
    3839    os.chdir(path)
    3940    s = 'python %s' %(filename)
     41    print
    4042    print s
    41     t0 = time.time()
    4243    os.system(s)
    43     print 'That took %.2f seconds' %(time.time()-t0)
    4444   
    4545    # Back to parent directory
     
    4848    # print 'current dir', os.getcwd()
    4949   
     50print 'That took %.2f seconds in total' %(time.time()-t0)
    5051   
    5152
Note: See TracChangeset for help on using the changeset viewer.