Fixed restoration of the panel divider position.
[psensor.git] / scripts / val_psensor.sh
index 7fd908b..8f632f7 100755 (executable)
@@ -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