[PVFS2-CVS] commit by robl in pvfs2-1/test/automated: testscrpt.sh

CVS commit program cvs at parl.clemson.edu
Tue Jun 21 19:00:46 EDT 2005


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

Modified Files:
	testscrpt.sh 
Log Message:
one more path fixup


Index: testscrpt.sh
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/automated/testscrpt.sh,v
diff -u -w -p -u -r1.2 -r1.3
--- testscrpt.sh	21 Jun 2005 21:55:23 -0000	1.2
+++ testscrpt.sh	21 Jun 2005 22:00:46 -0000	1.3
@@ -15,7 +15,7 @@ PVFS2_DEST=/tmp/pvfs2-nightly
 PVFS2_MOUNTPOINT=/pvfs2
 TESTS=${HOME}/src/benchmarks
 STARTTIME=`date +%s`
-TINDERSCRIPT=`dirname $0`/tinder-pvfs2-status
+TINDERSCRIPT=$(cd `dirname $0`; pwd)/tinder-pvfs2-status
 TESTNAME="`hostname -s`-nightly"
 
 
@@ -161,7 +161,8 @@ nr_passed=0
 nr_failed=0
 failure_logs=""   # a space-delimited list of logs that failed
 
-for t in test_ping test_cp test_failure test_bonnie test_iozone; do
+for t in test_ping test_cp test_failure ; do
+#for t in test_ping test_cp test_failure test_bonnie test_iozone; do
 	$t > $t.log 2>&1
 	if [ $? == 0 ] ; then 
 		nr_passed=$((nr_passed + 1))



More information about the PVFS2-CVS mailing list