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

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

r3331@localhost: bruno | 2009-08-06 01:34:32 +0200

  • bkpinfo->scratchdir is now dynamically allocated
  • mondoarchive tests made in text+newt env. Seems OK. Valgrind errors to be fixed
  • Property svn:executable set to *
File size: 434 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.10/src/mondoarchive/mondoarchive -K 99 -Oi -G -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.10/src/mondoarchive/mondoarchive -K 99 -Oi -I /etc -G -g -d /home
Note: See TracBrowser for help on using the repository browser.