summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-09-07 15:21:10 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-09-07 16:09:10 +0200
commitb638a75a3a74d10afe341ea176a8815f7094cbfb (patch)
tree8aaa2e17f7de5cf5b7227e53c1a4b763364c4b25 /solenv
parentclang-analyzer-deadcode.DeadStores (diff)
downloadcore-b638a75a3a74d10afe341ea176a8815f7094cbfb.tar.gz
core-b638a75a3a74d10afe341ea176a8815f7094cbfb.zip
solenv: improve unittest-failed.sh for Windows
Instead of saying what to do, do it, so the CPPUNITTRACE="... /debugexe" part can be copy&pasted. Change-Id: I2ae54ad52ffa7dfbbf8b4e61f1fa8a0079c7b570
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 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