From: grev Date: Tue, 19 May 2009 13:24:05 +0000 (+0000) Subject: b=19523 X-Git-Tag: GIT_EPOCH_B1_6~2^5~20 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8e878c286936286118ced70f2be998ae513895a1;p=fs%2Flustre-release.git b=19523 i=Vladimir.Saveliev test_100: exit 1 from subshell --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 9803e31..7d8902f 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -3667,7 +3667,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 ==========="