source: MondoRescue/branches/3.0/tools/myval

Last change on this file was 2899, checked in by Bruno Cornec, 12 years ago
  • Version 2.2.9 is now 3.0.x
  • Property svn:executable set to *
File size: 422 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-3.0/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-3.0/src/mondoarchive/mondoarchive -g -K 99 -Oi -I /etc -d /home
Note: See TracBrowser for help on using the repository browser.