summaryrefslogtreecommitdiffstats
path: root/solenv/bin/unittest-failed.sh
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/unittest-failed.sh')
-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 0d11b2afc717..e6cf433a2f40 100755
--- a/solenv/bin/unittest-failed.sh
+++ b/solenv/bin/unittest-failed.sh
@@ -21,7 +21,7 @@ DEBUGGING=
if [ "$3" = "WNT" ]; then
DEBUGGING='
-export CPPUNITTRACE="\"[full path to devenv.exe]\" /debugexe" # for interactive debugging in Visual Studio
+export CPPUNITTRACE="'$DEVENV' /debugexe" # for interactive debugging in Visual Studio
export CPPUNITTRACE="drmemory -free_max_frames 20" # for memory checking (install Dr.Memory first, and put it to your PATH)
'
elif [ "$3" = "MACOSX" ]; then