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

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

Copy 2.2.10 test script in to 2.2.9 for memory problm analysis

  • 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.