Changeset 5291
- Timestamp:
- May 7, 2008, 5:49:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/validate_all.py
r5290 r5291 33 33 print '----------------------------------------------------------' 34 34 35 t0 = time.time() 35 36 for path, filename in validation_dirs_and_files: 36 37 # print 'filename path', path, filename … … 38 39 os.chdir(path) 39 40 s = 'python %s' %(filename) 41 print 40 42 print s 41 t0 = time.time()42 43 os.system(s) 43 print 'That took %.2f seconds' %(time.time()-t0)44 44 45 45 # Back to parent directory … … 48 48 # print 'current dir', os.getcwd() 49 49 50 print 'That took %.2f seconds in total' %(time.time()-t0) 50 51 51 52
Note: See TracChangeset
for help on using the changeset viewer.