summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-03-23 12:28:23 +0100
committerJan Holesovsky <kendy@collabora.com>2015-03-23 12:30:48 +0100
commit5106150a164383613981caed02dbb878efe9335a (patch)
tree57182f7364684f03f9d7f04ead32c7cb669665d4 /solenv
parent98b3680f795b3257a5ac1f1c4e618d3f82b4518f (diff)
It's good to have Dr.Memory in your PATH.
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/unittest-failed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/unittest-failed.sh b/solenv/bin/unittest-failed.sh
index 326355b1839c..784a7f9a2c52 100755
--- a/solenv/bin/unittest-failed.sh
+++ b/solenv/bin/unittest-failed.sh
@@ -23,7 +23,7 @@ MCHECKING=
if [ "$3" = "WNT" ]; then
DEBUGGING='export CPPUNITTRACE="\"[full path to devenv.exe]\" /debugexe" # for interactive debugging in Visual Studio'
- MCHECKING='export CPPUNITTRACE="drmemory -free_max_frames 20" # for memory checking (install Dr.Memory first)'
+ MCHECKING='export CPPUNITTRACE="drmemory -free_max_frames 20" # for memory checking (install Dr.Memory first, and put it to your PATH)'
elif [ "$3" = "MACOSX" ]; then
DEBUGGING='export CPPUNITTRACE="lldb --" # for interactive debugging on OS X'
MCHECKING='export VALGRIND=memcheck # for memory checking'