[PVFS2-CVS] commit by robl in pvfs2-1/test/automated: testscrpt.sh
CVS commit program
cvs at parl.clemson.edu
Fri Jun 24 12:50:40 EDT 2005
Update of /projects/cvsroot/pvfs2-1/test/automated
In directory parlweb:/tmp/cvs-serv19588
Modified Files:
testscrpt.sh
Log Message:
a bit of feedback on which tests actually ran
Index: testscrpt.sh
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/automated/testscrpt.sh,v
diff -u -w -p -u -r1.17 -r1.18
--- testscrpt.sh 24 Jun 2005 14:57:37 -0000 1.17
+++ testscrpt.sh 24 Jun 2005 15:50:40 -0000 1.18
@@ -149,6 +149,7 @@ run_parts() {
cd $1
for f in *; do
if [ -f $f -a -x $f ] ; then
+ echo "====== running $f ====== "
. ./$f > ${PVFS2_DEST}/${f}.log 2>&1
if [ $? == 0 ] ; then
nr_passed=$((nr_passed + 1))
More information about the PVFS2-CVS
mailing list