]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Whoops, meant to add with Massif.
authorNicholas Nethercote <n.nethercote@gmail.com>
Sat, 14 Feb 2004 16:48:35 +0000 (16:48 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Sat, 14 Feb 2004 16:48:35 +0000 (16:48 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2247

massif/tests/filter_stderr [new file with mode: 0755]

diff --git a/massif/tests/filter_stderr b/massif/tests/filter_stderr
new file mode 100755 (executable)
index 0000000..f285a27
--- /dev/null
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+dir=`dirname $0`
+
+$dir/../../tests/filter_stderr_basic                |
+
+# Remove numbers from all lines
+sed "s/\([a-zA-Z(): ]*\)[ 0-9\.,()+rdw]*\(%\|ms.B\)$/\1/"
+