Changeset 4231


Ignore:
Timestamp:
Feb 7, 2007, 10:33:10 AM (17 years ago)
Author:
duncan
Message:

paths are now relative

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/obsolete_code/validation_loop.py

    r4190 r4231  
    11
    22import os
    3 revisions = [3929, 3975,4000,4035 ]
     3revisions = [4204, 4106, 4182, 4175, 4174, 4160, 4130 ]
    44for revision in revisions:
    5     s = 'svn up -r %s' %(revision)
     5    s = 'svn up -r %s source' %(revision)
    66    print s
    77    os.system(s)
     
    1111    os.system(s)
    1212
    13     root = os.sep   
    14     av_dir = os.path.join(root,'d','cit','1','dgray','validate_inundation','ga','anuga_validation','automated_validation_tests')
     13    #root = os.sep   
     14    #av_dir = os.path.join(root,'d','cit','1','dgray','validate_inundation','ga','anuga_validation','automated_validation_tests')
     15    av_dir = os.path.join('..','anuga_validation','automated_validation_tests','okushiri_tank_validation')
     16    os.chdir(av_dir)
    1517
    16     os.chdir(av_dir)
    17     s = 'python set_pythonpath_validate.py'
     18    ## NOT SETTING PYTHONPATH
     19    s = 'python loading_pts.py'
    1820    print s
    1921    os.system(s)
    2022
    21    
     23    av_dir = os.path.join('..','..','..','anuga_core')
     24    os.chdir(av_dir)
Note: See TracChangeset for help on using the changeset viewer.