git: 2b061bd1796d - main - stress2: Limit output from test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Feb 2026 10:32:47 UTC
The branch main has been updated by pho:
URL: https://cgit.FreeBSD.org/src/commit/?id=2b061bd1796dc50eddc41b57f8ecd4596235a657
commit 2b061bd1796dc50eddc41b57f8ecd4596235a657
Author: Peter Holm <pho@FreeBSD.org>
AuthorDate: 2026-02-12 10:31:36 +0000
Commit: Peter Holm <pho@FreeBSD.org>
CommitDate: 2026-02-12 10:31:36 +0000
stress2: Limit output from test
---
tools/test/stress2/misc/syzkaller52.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/test/stress2/misc/syzkaller52.sh b/tools/test/stress2/misc/syzkaller52.sh
index ec5244bdae65..8f9b60667b43 100755
--- a/tools/test/stress2/misc/syzkaller52.sh
+++ b/tools/test/stress2/misc/syzkaller52.sh
@@ -451,7 +451,7 @@ mycc -o /tmp/syzkaller52 -Wall -Wextra -O0 /tmp/syzkaller52.c -l pthread ||
start=`date +%s`
while [ $((`date +%s` - start)) -lt 120 ]; do
(cd /tmp; timeout 3m ./syzkaller52)
-done
+done > /dev/null 2>&1
rm -rf /tmp/syzkaller52 /tmp/syzkaller52.c /tmp/syzkaller52.core \
/tmp/syzkaller.??????