[Pvfs2-cvs] commit by slang in pvfs2/test/automated: testscrpt.sh

CVS commit program cvs at parl.clemson.edu
Thu Feb 1 21:09:03 EST 2007


Update of /projects/cvsroot/pvfs2/test/automated
In directory parlweb1:/tmp/cvs-serv3158/test/automated

Modified Files:
	testscrpt.sh 
Log Message:
merge 2.6 branch changes to head


Index: testscrpt.sh
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/automated/testscrpt.sh,v
diff -p -u -r1.74 -r1.75
--- testscrpt.sh	29 Nov 2006 17:20:51 -0000	1.74
+++ testscrpt.sh	2 Feb 2007 02:09:02 -0000	1.75
@@ -51,7 +51,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



More information about the Pvfs2-cvs mailing list