From 6489bc63a13fcf614cdb1cb318ea9a1f898a39cd Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sat, 2 Sep 2023 14:08:07 +0200 Subject: [PATCH] regtest: make memcheck sem test quiet On Solaris the summary shows 7 allocations causing a diff. --- memcheck/tests/sem.stderr.exp | 10 ---------- memcheck/tests/sem.vgtest | 1 + 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/memcheck/tests/sem.stderr.exp b/memcheck/tests/sem.stderr.exp index eb42921c6..e69de29bb 100644 --- a/memcheck/tests/sem.stderr.exp +++ b/memcheck/tests/sem.stderr.exp @@ -1,10 +0,0 @@ - - -HEAP SUMMARY: - in use at exit: 0 bytes in 0 blocks - total heap usage: 0 allocs, 0 frees, 0 bytes allocated - -For a detailed leak analysis, rerun with: --leak-check=full - -For lists of detected and suppressed errors, rerun with: -s -ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) diff --git a/memcheck/tests/sem.vgtest b/memcheck/tests/sem.vgtest index 876f00211..a95230830 100644 --- a/memcheck/tests/sem.vgtest +++ b/memcheck/tests/sem.vgtest @@ -1 +1,2 @@ prog: ../../none/tests/sem +vgopts: -q -- 2.11.4.GIT