Changeset 8467
- Timestamp:
- 08/02/10 14:46:22 (3 years ago)
- Files:
-
- 1 modified
-
branches/Orange-Branch/test/run-nightly-setup (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/Orange-Branch/test/run-nightly-setup
r8465 r8467 8 8 CVSTAGS=$* 9 9 10 export PATH_SUFFIX=$(cd `dirname $0`;pwd) 11 10 12 echo "Running nightly tests for ${CVSTAGS}" 11 13 12 14 cvsroot=:pserver:anonymous@cvs.parl.clemson.edu:/anoncvs 13 run_nightly_scripts="pvfs2/ run-nightly pvfs2/maint/build pvfs2/test/automated"15 run_nightly_scripts="pvfs2/test/run-nightly pvfs2/maint/build pvfs2/test/automated" 14 16 15 17 #remove existing files 18 cd $PATH_SUFFIX 16 19 sudo /bin/rm -rf ~+/pvfs2 17 20 … … 25 28 26 29 27 cd ~+/pvfs2 30 cd ~+/pvfs2/test 31 echo "pwd is `pwd`" 32 exit 28 33 ./run-nightly $CVSTAGS 29 34
