Last change
on this file since 2310 was
2310,
checked in by Bruno Cornec, 12 years ago
|
Backport all test programs from trunk into 2.2.10
|
-
Property svn:executable set to
*
|
File size:
434 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | # Call valgrind to test mondo |
---|
4 | |
---|
5 | sudo 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 |
---|
6 | sudo 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.