[Pvfs2-cvs] commit by slang in pvfs2/test/automated: testscrpt.sh
CVS commit program
cvs at parl.clemson.edu
Mon Nov 27 15:02:49 EST 2006
Update of /projects/cvsroot/pvfs2/test/automated
In directory parlweb1:/tmp/cvs-serv20403/test/automated
Modified Files:
Tag: pvfs-2-6-branch
testscrpt.sh
Log Message:
* merge make clean bugfix for removing -threaded.o
* merge Murali's immutable file kernel module support
Index: testscrpt.sh
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/automated/testscrpt.sh,v
diff -p -u -r1.70 -r1.70.6.1
--- testscrpt.sh 12 Oct 2006 19:56:29 -0000 1.70
+++ testscrpt.sh 27 Nov 2006 20:02:49 -0000 1.70.6.1
@@ -8,7 +8,7 @@
# - please don't cheat and run this as root: will not catch permissions bugs
# modify these variables
-export PVFS2_DEST=/tmp/pvfs2-nightly
+export PVFS2_DEST=${HOME}/pvfs2-nightly
export PVFS2_MOUNTPOINT=/pvfs2-nightly
export EXTRA_TESTS=${HOME}/src/benchmarks
@@ -45,7 +45,7 @@ pull_and_build_pvfs2 () {
mkdir -p $PVFS2_DEST
with_kernel=""
if [ $do_vfs -eq 1 ] ; then
- with_kernel="-k /lib/modules/`uname -r`/build"
+ with_kernel="-k /usr/src/linux-headers-`uname -r`"
fi
# a bit of gross shell hackery, but cuts down on the number of
# variables we have to set. Assumes we ran this script out of a
@@ -145,7 +145,8 @@ buildfail() {
cat ${PVFS2_DEST}/configure-${CVS_TAG}.log \
${PVFS2_DEST}/make-extracted-${CVS_TAG}.log \
${PVFS2_DEST}/make-install-${CVS_TAG}.log \
- ${PVFS2_DEST}/make-${CVS_TAG}.log | \
+ ${PVFS2_DEST}/make-${CVS_TAG}.log \
+ ${PVFS2_DEST}/make-test-${CVS_TAG}.log | \
${TINDERSCRIPT} ${TESTNAME}-${CVS_TAG} build_failed $STARTTIME
exit 1
}
More information about the Pvfs2-cvs
mailing list