From 31af4319cc1b7bddbd7df69f5153cf7ae0c5ac43 Mon Sep 17 00:00:00 2001 From: grev Date: Mon, 2 Feb 2009 13:54:36 +0000 Subject: [PATCH] remove debug line --- lustre/tests/test-framework.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index d6775e8..2d56550 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -1123,7 +1123,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 -- 1.8.3.1