From 1149a2832178cfda53656e80fdca728f6d2cefda Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Wed, 28 May 2008 19:49:15 +0000
Subject: [PATCH] b=15906 i=Eric.Mei

mark SANITY_SEC as "Done" when completed
---
 lustre/tests/acceptance-small.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh
index a6cd7536b0..ab24ac7c3d 100755
--- a/lustre/tests/acceptance-small.sh
+++ b/lustre/tests/acceptance-small.sh
@@ -346,6 +346,7 @@ fi
 if [ "$SANITY_SEC" != "no" ]; then
         title sanity-sec
         bash sanity-sec.sh
+        SANITY_SEC="done"
 fi
 
 RC=$?
-- 
GitLab