Quick Search:

Context

Displaying 3 lines either side each change. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace: Expand:

Diff

1.1.4.1
 
1.1.4.2
 
cu-security-branch:nlmills:20100729223052
 
run-nightly-setup
_>11 #!/bin/sh
 22 
<> 3+if [ $# -lt 1 ]; then
  4+   echo "Usage: $0 <tagnames>"
  5+   echo "        e.g. $0 HEAD Orange-Branch"
  6+   exit 0
  7+fi
  8+CVSTAGS=$*
  9+
  10+echo "Running nightly tests for ${CVSTAGS}"
  11+
312 cvsroot=:pserver:anonymous@cvs.parl.clemson.edu:/anoncvs
 413 run_nightly_scripts="pvfs2/run-nightly pvfs2/maint/build pvfs2/test/automated"
 514 
     
 !
1423    exit 1
 1524 fi
 1625 
<> 26+
1727 cd ~+/pvfs2
<>18 -./run-nightly Orange-Branch
  28+./run-nightly $CVSTAGS
<_1929 
 2030 exit