Changeset 5011

Show
Ignore:
Timestamp:
07/20/09 16:17:11 (8 months ago)
Author:
balaji
Message:

Use the 1.1.1 release tag for the nightly test.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • devtools/testing/trunk/fulltests.pl

    r4691 r5011  
    359359        # fetch from SVN 
    360360        logger("using SVN_ROOT=$SVN_ROOT"); 
    361         run_local_cmd("svn checkout -q $SVN_ROOT/mpich2/trunk mpich2"); 
     361        run_local_cmd("svn checkout -q $SVN_ROOT/mpich2/tags/release/mpich2-1.1.1 mpich2"); 
    362362        cd("$OUTPUT_ROOT/pristine/mpich2"); 
    363363        my $output = logged_local_bt("svn info", "/dev/null");