Changeset 9149


Ignore:
Timestamp:
Jun 12, 2014, 8:17:54 AM (10 years ago)
Author:
steve
Message:

Changed name of validation script

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/run_auto_validation_tests.py

    r9148 r9149  
    11import os
    22
    3 os.chdir('source')
    4 os.chdir('anuga_validation_tests')
     3
     4os.chdir('validation_tests')
    55print
    66print 20*'=' + ' anuga automated validation tests ' + 20*'='
    77print 'Changing to', os.getcwd() # This is now different from buildroot   
    8 execfile('validate_all.py')
     8execfile('run_auto_validation_tests.py')
    99
    1010
Note: See TracChangeset for help on using the changeset viewer.