Log Message:
-----------
* run-tests: support ext4 (needs an ext3 mkfs and currently the f/s
is called "extdev").
Minor typo fix.

Tags:
----
LKML-branch

Modified Files:
--------------
    unionfs/regression-2.0:
        ChangeLog (r1.1.2.34 -> r1.1.2.35)
        README (r1.1.2.6 -> r1.1.2.7)
        run-tests (r1.1.2.17 -> r1.1.2.18)

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/unionfs/unionfs/regression-2.0/Attic/ChangeLog,v
retrieving revision 1.1.2.34
retrieving revision 1.1.2.35
diff -L regression-2.0/ChangeLog -L regression-2.0/ChangeLog -u -d -b -B -p 
-r1.1.2.34 -r1.1.2.35
--- regression-2.0/ChangeLog
+++ regression-2.0/ChangeLog
@@ -1,3 +1,9 @@
+2007-06-27  Erez Zadok  <[EMAIL PROTECTED]>
+
+       * run-tests: support ext4 (needs an ext3 mkfs and currently the f/s
+       is called "extdev").
+       Minor typo fix.
+
 2007-06-17  Erez Zadok  <[EMAIL PROTECTED]>
 
        * t-fsync.sh: fix comment at top of test script.
Index: run-tests
===================================================================
RCS file: /home/cvs/unionfs/unionfs/regression-2.0/Attic/run-tests,v
retrieving revision 1.1.2.17
retrieving revision 1.1.2.18
diff -L regression-2.0/run-tests -L regression-2.0/run-tests -u -d -b -B -p 
-r1.1.2.17 -r1.1.2.18
--- regression-2.0/run-tests
+++ regression-2.0/run-tests
@@ -128,6 +128,12 @@ function setup_lower
                runcmd mkdir -p /n/lower/b$i
                runcmd mount -t $fs $dev /n/lower/b$i
                ;;
+           ext4 )
+               # ext4 is in development.  Use ext3 f/s format for now.
+               runcmd mkfs -t ext3 -q $dev
+               runcmd mkdir -p /n/lower/b$i
+               runcmd mount -t ext4dev $dev /n/lower/b$i
+               ;;
            * )
                runcmd mkfs -t $fs -q $dev
                runcmd mkdir -p /n/lower/b$i
@@ -182,7 +188,7 @@ do
   echo $LINEBRK
   # skip tests?
   case $t in
-      **OFF* )
+      *OFF* )
          test -n "$OUTPUT_COLOR" && echo -e -n "\033[${OUTPUT_COLOR}m"
          echo -n "SKIPPING TEST: $t ..."
          test -n "$OUTPUT_COLOR" && echo -e -n "\033[m"
Index: README
===================================================================
RCS file: /home/cvs/unionfs/unionfs/regression-2.0/Attic/README,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -L regression-2.0/README -L regression-2.0/README -u -d -b -B -p -r1.1.2.6 
-r1.1.2.7
--- regression-2.0/README
+++ regression-2.0/README
@@ -1,7 +1,7 @@
                 Unionfs 2.0 Regression Test Suite README
                 ****************************************
 
-Local File Systems Tests (tested with ext2, ext3, xfs, and reiserfs)
+Local File Systems Tests (tested with ext2, ext3, ext4, xfs, and reiserfs)
 --------------------------------------------------------------------
 
 The current regression suite requires that you define four separate
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to