[Pvfs2-cvs] commit by bligon in pvfs2/test/automated/sysint-tests.d: misc

CVS commit program cvs at parl.clemson.edu
Wed Nov 10 11:42:49 EST 2010


Update of /projects/cvsroot/pvfs2/test/automated/sysint-tests.d
In directory parlweb1:/tmp/cvs-serv4186

Modified Files:
      Tag: Orange-Branch
	misc 
Log Message:
Fixed problem with pvfs2-fs-dump, so I am adding it back into the 
nightly tests.


Index: misc
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/automated/sysint-tests.d/misc,v
diff -p -u -r1.4.10.1 -r1.4.10.2
--- misc	28 Sep 2010 18:03:49 -0000	1.4.10.1
+++ misc	10 Nov 2010 16:42:49 -0000	1.4.10.2
@@ -54,19 +54,12 @@ then
     exit 1
 fi
 
-#${PVFS2_DEST}/INSTALL-pvfs2-${CVS_TAG}/bin/pvfs2-fs-dump -m $PVFS2_MOUNTPOINT
-#if [ "${?}" != 0 ]
-#then
-#    echo "pvfs2-fs-dump failure." 1>&2
-#    exit 1
-#fi
-#
-#${PVFS2_DEST}/INSTALL-pvfs2-${CVS_TAG}/bin/pvfs2-fs-dump -m $PVFS2_MOUNTPOINT
-#if [ "${?}" != 0 ]
-#then
-#    echo "pvfs2-fs-dump failure." 1>&2
-#    exit 1
-#fi
+${PVFS2_DEST}/INSTALL-pvfs2-${CVS_TAG}/bin/pvfs2-fs-dump -m $PVFS2_MOUNTPOINT
+if [ "${?}" != 0 ]
+then
+    echo "pvfs2-fs-dump failure." 1>&2
+    exit 1
+fi
 
 ${PVFS2_DEST}/INSTALL-pvfs2-${CVS_TAG}/bin/pvfs2-ls $PVFS2_MOUNTPOINT
 if [ "${?}" != 0 ]



More information about the Pvfs2-cvs mailing list