[PVFS2-CVS] commit by pcarns in pvfs2/test/automated: bonnie++.sh single-node-kernel-test.sh

CVS commit program cvs at parl.clemson.edu
Fri May 7 14:51:16 EDT 2004


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

Modified Files:
	bonnie++.sh single-node-kernel-test.sh 
Log Message:
fix output of automated vfs test


Index: bonnie++.sh
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/automated/bonnie++.sh,v
diff -p -u -r1.1 -r1.2
--- bonnie++.sh	7 May 2004 16:45:29 -0000	1.1
+++ bonnie++.sh	7 May 2004 17:51:16 -0000	1.2
@@ -99,9 +99,7 @@ if [ $? != 0 ] ; then
 	exit 1
 fi
 
-echo "BONNIE++ RESULTS ========================================"
 cat $bonnie_log
-echo "END BONNIE++ RESULTS ===================================="
 
 #usage: bonnie++ [-d scratch-dir] [-s size(Mb)[:chunk-size(b)]]
 #                [-n number-to-stat[:max-size[:min-size][:num-directories]]]

Index: single-node-kernel-test.sh
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/automated/single-node-kernel-test.sh,v
diff -p -u -r1.5 -r1.6
--- single-node-kernel-test.sh	7 May 2004 16:45:29 -0000	1.5
+++ single-node-kernel-test.sh	7 May 2004 17:51:16 -0000	1.6
@@ -68,7 +68,7 @@ fi
 ###################################################
 # begin tests
 
-echo "PVFS2-SHELL-TEST RESULTS ======================================"
+echo "\nPVFS2-SHELL-TEST RESULTS ======================================"
 bash $srcdir/test/kernel/linux-2.6/pvfs2-shell-test.sh $rootdir/INSTALL-pvfs2/mnt/pvfs2 > /tmp/pvfs2-shell-test.${USER} 2>&1
 if [ $? -ne 0 ] ; then
 	cat /tmp/pvfs2-shell-test.${USER}
@@ -79,17 +79,17 @@ else
 	cat /tmp/pvfs2-shell-test.${USER} | grep PASS
 fi
 
-echo "[END] PVFS2-SHELL-TEST RESULTS ================================"
+echo "[END] PVFS2-SHELL-TEST RESULTS ================================\n"
 
 
-echo "PVFS2-SHELL-TEST RESULTS ======================================"
+echo "\nBONNIE++ RESULTS ======================================"
 ./bonnie++.sh -d $rootdir/INSTALL-pvfs2/mnt/pvfs2/bonnie++ 
 if [ $? -ne 0 ] ; then
 	echo "*** bonnie++.sh failed."
 	exit 1
 fi
 
-echo "[END] PVFS2-SHELL-TEST RESULTS ================================"
+echo "[END] BONNIE++ RESULTS ================================\n"
 
 
 # end tests



More information about the PVFS2-CVS mailing list