Changeset 8779


Ignore:
Timestamp:
Mar 27, 2013, 7:22:12 AM (11 years ago)
Author:
steve
Message:

Just changed test_all to remove comment to run validation tests

Location:
trunk/anuga_core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/test_all.py

    r8440 r8779  
    238238        #os.remove(filename)
    239239   
    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  
    1414
    1515
    16 # Try to run parallel tests if pypar installled
     16# Try to run parallel tests if pypar is installed
    1717
    1818try:
     
    3333
    3434
     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"""
    3540print
    3641print '************************** NOTE *************************************'
     
    4348print 'produces the physical results expected.'
    4449print '*********************************************************************'
    45 
     50"""
    4651
    4752
Note: See TracChangeset for help on using the changeset viewer.