aboutsummaryrefslogtreecommitdiff
path: root/massif/tests/filter_verbose
diff options
context:
space:
mode:
Diffstat (limited to 'massif/tests/filter_verbose')
-rwxr-xr-xmassif/tests/filter_verbose3
1 files changed, 3 insertions, 0 deletions
diff --git a/massif/tests/filter_verbose b/massif/tests/filter_verbose
index 5f159c3ab..745b521ea 100755
--- a/massif/tests/filter_verbose
+++ b/massif/tests/filter_verbose
@@ -7,6 +7,9 @@ dir=`dirname $0`
$dir/filter_stderr |
+# Remove any --pid:0: strings (debuglog level zero output)
+sed "/^--[0-9]\{1,7\}:0:*/d" |
+
# Only print lines that contain "Massif:". The -n means don't print any
# lines by default, and the 'p' means do print those that match the pattern.
sed -n "/Massif:/p" |