Whamcloud - gitweb
remove debug line
authorgrev <grev>
Mon, 2 Feb 2009 13:50:08 +0000 (13:50 +0000)
committergrev <grev>
Mon, 2 Feb 2009 13:50:08 +0000 (13:50 +0000)
lustre/tests/test-framework.sh

index db8faf4..61f1421 100644 (file)
@@ -1215,7 +1215,6 @@ check_config () {
 check_timeout () {
     local mdstimeout=$(do_facet mds "lctl get_param -n timeout")
     local cltimeout=$(lctl get_param -n timeout)
-    echo $timeout
     if [ $mdstimeout -ne $TIMEOUT ] || [ $mdstimeout -ne $cltimeout ]; then
         error "timeouts are wrong! mds: $mdstimeout, client: $cltimeout, TIMEOUT=$TIMEOUT"
         return 1