display progress message in mkdir test
authorErez Zadok <ezk@cs.sunysb.edu>
Wed, 21 Nov 2007 08:52:05 +0000 (03:52 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Wed, 21 Nov 2007 08:52:05 +0000 (03:52 -0500)
t-mkdir.sh

index f00dfcc6602d134ac9e4295ef260b9e8f99bd3c0..7f4f90cd70e1354074e25426f6eeec462a2258d1 100755 (executable)
@@ -95,8 +95,7 @@ checktype $MOUNTPOINT/d1/d2/d3/d4 '-'
 
 unmount_union
 ( directories ; afterfiles_rw )  | check_hierarchy $TOP_LOWER_DIR
-
-
+echo -n "[rw] "
 
 
 #### simple tests
@@ -114,5 +113,6 @@ checktype $MOUNTPOINT/d1/d2/d3/d4 '-'
 
 unmount_union
 ( directories ; afterfiles_ro )  | check_hierarchy $TOP_LOWER_DIR
+echo -n "[ro] "
 
 complete_test