From: adilger Date: Tue, 23 Apr 2002 07:21:40 +0000 (+0000) Subject: Clean and restart up before running the removal test. X-Git-Tag: 0.4.2~351 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2a8e003c79d3a5d521289b808b529ce2eeb324f6;p=fs%2Flustre-release.git Clean and restart up before running the removal test. --- diff --git a/lustre/tests/runtests b/lustre/tests/runtests index 648dad6..de9bad9 100755 --- a/lustre/tests/runtests +++ b/lustre/tests/runtests @@ -41,8 +41,12 @@ done [ "$ERROR" ] && exit $ERROR -rm /mnt/lustre/hosts || exit 23 +sh llmountcleanup.sh +echo | sh llrmount.sh || exit 24 + +echo "removing files from /mnt/lustre/etc" +rm /mnt/lustre/hosts || exit 25 -rm -r /mnt/lustre/etc || exit 24 +rm -r /mnt/lustre/etc || exit 26 sh llmountcleanup.sh