source: MondoRescue/branches/2.2.9/tools/myval@ 3320

Last change on this file since 3320 was 3320, checked in by Bruno Cornec, 9 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
  • Property svn:executable set to *
File size: 426 bytes
Line 
1#!/bin/bash
2
3# Call valgrind to test mondo
4
5sudo valgrind --log-file=/tmp/val.log --show-reachable=yes --leak-check=full /bruno/pb/projects/mondorescue/build/BUILD/mondo-2.2.9/src/mondoarchive/mondoarchive -K 99 -Oi -I /etc -d /home
6sudo valgrind --log-file=/tmp/valg.log --show-reachable=yes --leak-check=full /bruno/pb/projects/mondorescue/build/BUILD/mondo-2.2.9/src/mondoarchive/mondoarchive -g -K 99 -Oi -I /etc -d /home
Note: See TracBrowser for help on using the repository browser.