From: jerrifer Date: Wed, 7 Jan 2004 06:43:10 +0000 (+0000) Subject: add conf-sanity.sh to acceptance-small.sh X-Git-Tag: 1.0.3~124 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=87746d1e49ec76633200a9b9d3fbbfe9d18c3c04;p=fs%2Flustre-release.git add conf-sanity.sh to acceptance-small.sh --- diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index c086e95..949c627 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