Last change
on this file was 3320, checked in by Bruno Cornec, 10 years ago |
- Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in
the move to 3.0
|
-
Property svn:executable
set to
*
|
File size:
426 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.9/src/mondoarchive/mondoarchive -K 99 -Oi -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.9/src/mondoarchive/mondoarchive -g -K 99 -Oi -I /etc -d /home
|
---|
Note:
See
TracBrowser
for help on using the repository browser.