From: grev Date: Mon, 2 Feb 2009 13:55:41 +0000 (+0000) Subject: remove debug line X-Git-Tag: GIT_EPOCH_B1_6~2^5~214 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=c47d2b46d44032546e480c449db85dd371753396;p=fs%2Flustre-release.git remove debug line --- diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 44ec6ca..cd93bb1 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -1216,7 +1216,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