Remove a temporary file after massif/tests/mmapunmap test run.

n-i-bz


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15746
This commit is contained in:
Ivo Raisr 2015-12-12 19:58:40 +00:00
parent 58ba63b7df
commit bcea2454f3

View File

@ -3,4 +3,4 @@ vgopts: --pages-as-heap=yes --threshold=30.0 -q
vgopts: --stacks=no --time-unit=B --depth=8 --massif-out-file=massif.out
vgopts: --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
post: grep -A3 -e =peak massif.out | grep -e 'main (mmapunmap.c:11)' | ../../tests/filter_addresses
# cleanup: rm massif.out
cleanup: rm massif.out