QA updates

This commit is contained in:
fsgqa
2003-07-17 04:09:59 +00:00
parent 72f0ade93d
commit 518f774f30
4 changed files with 13 additions and 8 deletions
+7 -2
View File
@@ -666,8 +666,13 @@ then
# $TEST_DEV is not mounted
if ! _test_mount
then
echo "common.rc: could not mount $TEST_DEV on $TEST_DIR"
exit 1
echo "common.rc: retrying test device mount with external set"
[ "$USE_EXTERNAL" != "yes" ] && USE_EXTERNAL=yes
if ! _test_mount
then
echo "common.rc: could not mount $TEST_DEV on $TEST_DIR"
exit 1
fi
fi
fi