[Pvfs2-cvs] commit by robl in pvfs2-1/test/automated/vfs-tests.d: iozone

CVS commit program cvs at parl.clemson.edu
Wed Oct 11 12:09:43 EDT 2006


Update of /projects/cvsroot/pvfs2-1/test/automated/vfs-tests.d
In directory parlweb1:/tmp/cvs-serv313

Modified Files:
	iozone 
Log Message:
pushd/popd mask errors in iozone


Index: iozone
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/automated/vfs-tests.d/iozone,v
diff -u -w -p -u -r1.3 -r1.4
--- iozone	30 Jun 2005 23:22:12 -0000	1.3
+++ iozone	11 Oct 2006 16:09:43 -0000	1.4
@@ -1,6 +1,5 @@
 #!/bin/sh
 
-pushd .
 cd ${EXTRA_TESTS}/iozone3_239/src/current  || exit 1
 make linux  || exit 1
 # -y min record size
@@ -9,4 +8,3 @@ make linux  || exit 1
 # -g max file size
 ./iozone -a -y 4096 -q $((1024*16)) -n 4096 -g $((1024*16*2)) \
         -f ${PVFS2_MOUNTPOINT}/test_iozone_file
-popd



More information about the Pvfs2-cvs mailing list