aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Holm <pho@FreeBSD.org>2026-02-12 10:31:36 +0000
committerPeter Holm <pho@FreeBSD.org>2026-02-12 10:31:36 +0000
commit2b061bd1796dc50eddc41b57f8ecd4596235a657 (patch)
tree238dbc59c2d612eb2815b25a8c9e84dece560b09
parent10fde719587c22085c95759a242e9c51d249d024 (diff)
stress2: Limit output from test
-rwxr-xr-xtools/test/stress2/misc/syzkaller52.sh2
1 files changed, 1 insertions, 1 deletions
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.??????