Changeset 8467

Show
Ignore:
Timestamp:
08/02/10 14:46:22 (3 years ago)
Author:
bligon
Message:

updated for new directory structure

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/Orange-Branch/test/run-nightly-setup

    r8465 r8467  
    88CVSTAGS=$* 
    99 
     10export PATH_SUFFIX=$(cd `dirname $0`;pwd) 
     11 
    1012echo "Running nightly tests for ${CVSTAGS}" 
    1113 
    1214cvsroot=:pserver:anonymous@cvs.parl.clemson.edu:/anoncvs 
    13 run_nightly_scripts="pvfs2/run-nightly pvfs2/maint/build pvfs2/test/automated" 
     15run_nightly_scripts="pvfs2/test/run-nightly pvfs2/maint/build pvfs2/test/automated" 
    1416 
    1517#remove existing files 
     18cd $PATH_SUFFIX 
    1619sudo /bin/rm -rf ~+/pvfs2 
    1720 
     
    2528 
    2629 
    27 cd ~+/pvfs2 
     30cd ~+/pvfs2/test 
     31echo "pwd is `pwd`" 
     32exit 
    2833./run-nightly $CVSTAGS 
    2934