Changeset 8779
- Timestamp:
- Mar 27, 2013, 7:22:12 AM (12 years ago)
- Location:
- trunk/anuga_core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/test_all.py
r8440 r8779 238 238 #os.remove(filename) 239 239 240 if sys.platform == 'win32':241 raw_input('Press the RETURN key')240 #if sys.platform == 'win32': 241 # raw_input('Press the RETURN key') -
trunk/anuga_core/test_all.py
r8766 r8779 14 14 15 15 16 # Try to run parallel tests if pypar i nstallled16 # Try to run parallel tests if pypar is installed 17 17 18 18 try: … … 33 33 34 34 35 # FIXME SR 20130327: Just commenting out this comment to run the validation tests. 36 # We are currently undating the automated validation tests, so at present this point to 37 # something which most people do get as part of the download. We will update and 38 # point them to the new anuga_validation_tests in future. 39 """ 35 40 print 36 41 print '************************** NOTE *************************************' … … 43 48 print 'produces the physical results expected.' 44 49 print '*********************************************************************' 45 50 """ 46 51 47 52
Note: See TracChangeset
for help on using the changeset viewer.