Log Message:
-----------
* run-tests: don't print annoying delay messages more than once.
Tags:
----
LKML-branch
Modified Files:
--------------
unionfs/regression-2.0:
ChangeLog (r1.1.2.26 -> r1.1.2.27)
README (r1.1.2.4 -> r1.1.2.5)
run-tests (r1.1.2.12 -> r1.1.2.13)
Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/unionfs/unionfs/regression-2.0/Attic/ChangeLog,v
retrieving revision 1.1.2.26
retrieving revision 1.1.2.27
diff -Lregression-2.0/ChangeLog -Lregression-2.0/ChangeLog -u -d -b -B -p
-r1.1.2.26 -r1.1.2.27
--- regression-2.0/ChangeLog
+++ regression-2.0/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-28 Erez Zadok <[EMAIL PROTECTED]>
+
+ * run-tests: don't print annoying delay messages more than once.
+
2007-05-25 Erez Zadok <[EMAIL PROTECTED]>
* README: documentation updates.
Index: run-tests
===================================================================
RCS file: /home/cvs/unionfs/unionfs/regression-2.0/Attic/run-tests,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -Lregression-2.0/run-tests -Lregression-2.0/run-tests -u -d -b -B -p
-r1.1.2.12 -r1.1.2.13
--- regression-2.0/run-tests
+++ regression-2.0/run-tests
@@ -45,9 +45,7 @@ done
# pretty sleep command
function wait4
{
- echo -n "Sleep for "$delay" seconds..."
sleep $delay
- echo '!'
}
# run command verbosely plus optional delay
function runcmd
@@ -196,6 +194,7 @@ do
fi
delay=$DELAY
+ echo "Sleeping for "$delay" seconds between each command."
setup_lower
# run actual test and abort on error (test script tries to umount unionfs)
Index: README
===================================================================
RCS file: /home/cvs/unionfs/unionfs/regression-2.0/Attic/README,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -Lregression-2.0/README -Lregression-2.0/README -u -d -b -B -p -r1.1.2.4
-r1.1.2.5
--- regression-2.0/README
+++ regression-2.0/README
@@ -1,5 +1,5 @@
Unionfs 2.0 Regression Test Suite README
- *****************************************
+ ****************************************
Local File Systems Tests (tested with ext2, ext3, xfs, and reiserfs)
--------------------------------------------------------------------
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs