From 87746d1e49ec76633200a9b9d3fbbfe9d18c3c04 Mon Sep 17 00:00:00 2001
From: jerrifer <jerrifer>
Date: Wed, 7 Jan 2004 06:43:10 +0000
Subject: [PATCH] add conf-sanity.sh to acceptance-small.sh

---
 lustre/tests/acceptance-small.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh
index c086e95696..949c627693 100755
--- a/lustre/tests/acceptance-small.sh
+++ b/lustre/tests/acceptance-small.sh
@@ -127,3 +127,7 @@ if [ "$SANITYN" != "no" ]; then
 	sh sanityN.sh
 	mount | grep $MOUNT && sh llmountcleanup.sh
 fi
+
+if [ "$CONF_SANITY" != "no" ]; then
+        sh conf-sanity.sh
+fi
-- 
GitLab