From c7ed01167972feb81a3c84ea1bdc4118236265e9 Mon Sep 17 00:00:00 2001 From: grev Date: Tue, 19 May 2009 13:13:10 +0000 Subject: [PATCH] b=19523 i=Vladimir.Saveliev test_100: exit 1 from subshell --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 2dfaa44..e658e14 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -3683,7 +3683,7 @@ test_100() { error "local: $LPORT > 1024, remote: $RPORT" fi done - [ "$rc" = 0 ] || error "privileged port not found" ) + [ "$rc" = 0 ] || { error "privileged port not found"; exit 1; } ) } run_test 100 "check local port using privileged port ===========" -- 1.8.3.1