[PVFS2-CVS] commit by robl in pvfs2-1/test/automated: testscrpt.sh
CVS commit program
cvs at parl.clemson.edu
Fri Jun 24 11:57:38 EDT 2005
Update of /projects/cvsroot/pvfs2-1/test/automated
In directory parlweb:/tmp/cvs-serv19298
Modified Files:
testscrpt.sh
Log Message:
make mpich2 less verbose
Index: testscrpt.sh
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/automated/testscrpt.sh,v
diff -u -w -p -u -r1.16 -r1.17
--- testscrpt.sh 23 Jun 2005 22:36:31 -0000 1.16
+++ testscrpt.sh 24 Jun 2005 14:57:37 -0000 1.17
@@ -68,7 +68,7 @@ pull_and_build_mpich2 () {
../configure -q --prefix=${PVFS2_DEST}/soft/mpich2 \
--enable-romio --with-file-system=ufs+nfs+testfs+pvfs2 \
--without-mpe --disable-cxx --disable-f77 &&\
- make && make install
+ make >/dev/null && make install >/dev/null
}
@@ -113,7 +113,7 @@ teardown_pvfs2() {
return 0
}
-buidfail() {
+buildfail() {
echo "Failure in build process"
cat ${PVFS2_DEST}/configure.log ${PVFS2_DEST}/make-extracted.log ${PVFS2_DEST}/make-install.log | \
${TINDERSCRIPT} ${TESTNAME} build_failed $STARTTIME
@@ -181,7 +181,7 @@ pull_and_build_pvfs2 || buildfail
teardown_pvfs2 && setup_pvfs2
-pull_and_build_mpich2
+pull_and_build_mpich2 || buildfail
if [ $? != 0 ] ; then
echo "setup failed"
More information about the PVFS2-CVS
mailing list