updates to run (more) cleanly with quota mount option(s). expanded

notrun messages for those tests which are skipped with more details.
This commit is contained in:
Nathan Scott
2001-04-23 07:37:39 +00:00
parent 7825d5c1f3
commit 1bd11aa834
10 changed files with 7138 additions and 7590 deletions
+4 -2
View File
@@ -100,8 +100,10 @@ _log_traffic()
fi
# having any quota enabled (acct/enfd) means extra log traffic - evil!
$here/src/feature -U $SCRATCH_DEV && _notrun "User quota are enabled"
$here/src/feature -G $SCRATCH_DEV && _notrun "Group quota are enabled"
$here/src/feature -U $SCRATCH_DEV && \
_notrun "Quota are enabled, test needs controlled log traffic"
$here/src/feature -G $SCRATCH_DEV && \
_notrun "Quota are enabled, test needs controlled log traffic"
echo " *** fiddle"
while [ $count -ge 0 ]