From 7bc089511d2f6b02de04f7ed3c53d6210f537bd4 Mon Sep 17 00:00:00 2001 From: manoj Date: Thu, 13 Aug 2009 19:42:06 +0000 Subject: [PATCH] b=19780 Removing unwanted debug messages added during testing. --- lustre/tests/ost-pools.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lustre/tests/ost-pools.sh b/lustre/tests/ost-pools.sh index ec083ab..e3d3104 100644 --- a/lustre/tests/ost-pools.sh +++ b/lustre/tests/ost-pools.sh @@ -1063,23 +1063,18 @@ test_20() { touch $dir3/file3 $SETSTRIPE -c 1 $dir2/file4 # No pool assignment - echo start checks check_file_in_pool $dir1/file1 $POOL2 check_file_in_pool $dir2/file2 $POOL2 - echo check \#2 check_dir_not_in_pool $dir3 $POOL check_dir_not_in_pool $dir3 $POOL2 - echo check \#3 check_file_not_in_pool $dir3/file3 $POOL check_file_not_in_pool $dir3/file3 $POOL2 - echo check \#4 check_file_not_in_pool $dir2/file4 $POOL check_file_not_in_pool $dir2/file4 $POOL2 - echo check \#5 rm -rf $dir1 destroy_pool $POOL destroy_pool $POOL2 -- 1.8.3.1