git: d5c541c2678b - main - stress2: Make test less verbose

Peter Holm pho at FreeBSD.org
Thu Sep 2 07:14:58 UTC 2021


The branch main has been updated by pho:

URL: https://cgit.FreeBSD.org/src/commit/?id=d5c541c2678b17442aa11620a3a1117512741733

commit d5c541c2678b17442aa11620a3a1117512741733
Author:     Peter Holm <pho at FreeBSD.org>
AuthorDate: 2021-09-02 07:06:55 +0000
Commit:     Peter Holm <pho at FreeBSD.org>
CommitDate: 2021-09-02 07:06:55 +0000

    stress2: Make test less verbose
---
 tools/test/stress2/misc/gnop11.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/test/stress2/misc/gnop11.sh b/tools/test/stress2/misc/gnop11.sh
index 8a23eb072144..4d4f936bd8c6 100755
--- a/tools/test/stress2/misc/gnop11.sh
+++ b/tools/test/stress2/misc/gnop11.sh
@@ -74,11 +74,11 @@ while [ $((`date +%s` - start)) -lt 120 ]; do
 	while (a=`mount | egrep /mnt`) do sleep 1; done
 
 	# first fsck will attempt journal recovery
-	$fsck -d -y /dev/$md
+	$fsck -y /dev/$md
 
 	# second fsck will do traditional fsck to check for any errors
 	# from journal recovery
-	$fsck -d -y /dev/$md
+	$fsck -y /dev/$md
 	wait
 done
 mdconfig -d -u ${md#md}


More information about the dev-commits-src-all mailing list