]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove a temporary file after massif/tests/mmapunmap test run.
authorIvo Raisr <ivosh@ivosh.net>
Sat, 12 Dec 2015 19:58:40 +0000 (19:58 +0000)
committerIvo Raisr <ivosh@ivosh.net>
Sat, 12 Dec 2015 19:58:40 +0000 (19:58 +0000)
n-i-bz

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15746

massif/tests/mmapunmap.vgtest

index 6969658418f96489384a468534f08c77fbd83b7f..3ad713fdb3e1ac9073aa4349f0a5cec69d24e3bc 100644 (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