X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=scripts%2Fval_psensor.sh;h=8f632f7e446d0c7b43af3a6713da57ef1db77364;hb=0acbbfd3bee0ebad1faae5b8314aea10a9cc123e;hp=7fd908b3312fceb451dcc18e8e1694573d97d7fd;hpb=b0960738fe969a4dd1555d363ac6122173dbebcd;p=psensor.git diff --git a/scripts/val_psensor.sh b/scripts/val_psensor.sh index 7fd908b..8f632f7 100755 --- a/scripts/val_psensor.sh +++ b/scripts/val_psensor.sh @@ -12,4 +12,6 @@ do SUPP="$SUPP --suppressions=$i " done -valgrind -v $SUPP --tool=memcheck --leak-check=full --track-origins=yes --leak-resolution=high --num-callers=20 --log-file=$DUMP_FILE $SDIR/../src/psensor \ No newline at end of file +echo starts psensor with options: $* + +valgrind -v $SUPP --tool=memcheck --leak-check=full --track-origins=yes --leak-resolution=high --num-callers=20 --log-file=$DUMP_FILE $SDIR/../src/psensor $* \ No newline at end of file