mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
tests directory configure.ac to generate tests/filter_discards and tests/filter_stderr_basic .gitignore to ignore these generated filters
12 lines
228 B
Bash
Executable File
12 lines
228 B
Bash
Executable File
#! /bin/sh
|
|
|
|
dir=`dirname $0`
|
|
|
|
SED=@SED@
|
|
|
|
|
|
# Remove number and position of discards
|
|
$SED "s/discard [0-9]\+ ([0-9]\+ -> [0-9]\+) translations in range/discard ... (... -> ...) translations in range/" |
|
|
|
|
$dir/filter_addresses
|