[PVFS2-CVS] commit by pcarns in pvfs2/test/automated: SUBMIT.pbs.template

CVS commit program cvs at parl.clemson.edu
Tue Mar 23 12:03:08 EST 2004


Update of /projects/cvsroot/pvfs2/test/automated
In directory parlweb:/tmp/cvs-serv5261

Modified Files:
	SUBMIT.pbs.template 
Log Message:
destroy the scratch test environment on the way out


Index: SUBMIT.pbs.template
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/automated/SUBMIT.pbs.template,v
diff -p -u -r1.2 -r1.3
--- SUBMIT.pbs.template	23 Mar 2004 16:24:13 -0000	1.2
+++ SUBMIT.pbs.template	23 Mar 2004 17:03:08 -0000	1.3
@@ -2,6 +2,8 @@
 
 #PBS -N PVFS2TEST
 #PBS -l walltime=1:00:00
+#PBS -o /tmp/PVFS2TEST.out.DATE
+#PBS -e /tmp/PVFS2TEST.err.DATE
 
 # Change into the working directory
 cd $PBS_O_WORKDIR
@@ -27,5 +29,8 @@ mpdboot --rsh=rsh --file=$HOME/nightly/n
 ./pvfs2tests.py $CONFIGFILE $PAVCONFIG /home/USER/testing/DATE/work/$NODEFILE
 
 mpdallexit
+
+# cleanup scratch area
+rm -rf /home/USER/testing/DATE
 
 exit 0



More information about the PVFS2-CVS mailing list