|
Last change
on this file since 2258 was 2247, checked in by Bruno Cornec, 17 years ago |
r3148@localhost: bruno | 2009-06-30 14:26:19 +0200
- Adds an example of valgrind call for testing mondarchive
- Replace some malloc_strings with mr_asprintf
|
-
Property svn:executable
set to
*
|
|
File size:
264 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash
|
|---|
| 2 |
|
|---|
| 3 | # Call valgrind to test mondo
|
|---|
| 4 |
|
|---|
| 5 | sudo valgrind --log-file=/tmp/val.log --show-reachable=yes --track-origins=yes --leak-check=full /home/bruno/local/pb/projects/mondorescue/build/BUILD/mondo-2.2.9/src/mondoarchive/mondoarchive -K 99 -Oi -I /etc -d /home
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.