mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
QA updates
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user