source: MondoRescue/branches/2.2.10/tools/myval@ 2258

Last change on this file since 2258 was 2247, checked in by Bruno Cornec, 15 years ago

r3148@localhost: bruno | 2009-06-30 14:26:19 +0200

  • Adds an example of valgrind call for testing mondarchive
  • Replace some malloc_strings with mr_asprintf
  • Property svn:executable set to *
File size: 264 bytes
Line 
1#!/bin/bash
2
3# Call valgrind to test mondo
4
5sudo valgrind --log-file=/tmp/val.log --show-reachable=yes --track-origins=yes --leak-check=full /home/bruno/local/pb/projects/mondorescue/build/BUILD/mondo-2.2.9/src/mondoarchive/mondoarchive -K 99 -Oi -I /etc -d /home
Note: See TracBrowser for help on using the repository browser.