From b638a75a3a74d10afe341ea176a8815f7094cbfb Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 7 Sep 2015 15:21:10 +0200 Subject: 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 --- solenv/bin/unittest-failed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv') 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 -- cgit