source: MondoRescue/branches/3.3/tools/myval@ 3753

Last change on this file since 3753 was 3753, checked in by Bruno Cornec, 4 years ago

Remove floppy support

  • Property svn:executable set to *
File size: 514 bytes
Line 
1#!/bin/bash
2
3# Call valgrind to test mondo
4
5m=`ls -tr /users/bruno/pb/projects/mondorescue/pbbuild/BUILD/ | grep mondo-3.3 | tail -1`
6sudo valgrind --log-file=/tmp/val.log --show-reachable=yes --leak-check=full /users/bruno/pb/projects/mondorescue/pbbuild/BUILD/$m/src/mondoarchive/mondoarchive -K 99 -Oi -I /etc -d /home
7sudo valgrind --log-file=/tmp/valg.log --show-reachable=yes --leak-check=full /users/bruno/pb/projects/mondorescue/pbbuild/BUILD/$m/src/mondoarchive/mondoarchive -g -K 99 -Oi -I /etc -d /home
Note: See TracBrowser for help on using the repository browser.