From 9ccb5304865d147ace5bf9b7819d4dc6bc0a5bc8 Mon Sep 17 00:00:00 2001
From: ericm <ericm>
Date: Wed, 28 May 2008 18:33:44 +0000
Subject: [PATCH] branch: b1_6 fix test script: at_start return correct value.
 b=13659 r=grev

---
 lustre/tests/replay-single.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh
index d758682c69..01a90443cd 100755
--- a/lustre/tests/replay-single.sh
+++ b/lustre/tests/replay-single.sh
@@ -1385,7 +1385,7 @@ AT_MAX_SET=0
 
 at_start()
 {
-    at_is_valid || skip "AT env is invalid"
+    at_is_valid || { skip "AT env is invalid" && return 1 }
 
     if ! at_is_enabled; then
         echo "AT is disabled, enable it by force temporarily"
-- 
GitLab