From: green Date: Mon, 26 Apr 2004 17:05:55 +0000 (+0000) Subject: Update to HEAD. X-Git-Tag: v1_7_0_51~2^58~4 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=631cba2662c5d54111713fe99140acef9eb28953;p=fs%2Flustre-release.git Update to HEAD. --- diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index 31bb8ad..abe38c8 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -156,3 +156,11 @@ fi if [ "$CONF_SANITY" != "no" ]; then sh conf-sanity.sh fi + +if [ "$RECOVERY_SMALL" != "no" ]; then + sh recovery-small.sh +fi + +if [ "$REPLAY_OST_SINGLE" != "no" ]; then + sh replay-ost-single.sh +fi