Home | History | Annotate | Download | only in tests
      1 #! /bin/sh
      2 
      3 dir=`dirname $0`
      4 
      5 $dir/../../tests/filter_stderr_basic |
      6 
      7 # Remove "Nulgrind, ..." line and the following copyright line.
      8 sed "/^Nulgrind, the minimal Valgrind tool/ , /./ d" |
      9 
     10 # Anonymise addresses
     11 $dir/../../tests/filter_addresses
     12 
     13