X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=scripts%2Fval_psensor.sh;h=8f632f7e446d0c7b43af3a6713da57ef1db77364;hp=7fd908b3312fceb451dcc18e8e1694573d97d7fd;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hpb=b0960738fe969a4dd1555d363ac6122173dbebcd 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