[Libreoffice-commits] core.git: solenv/bin
Miklos Vajna
vmiklos at collabora.co.uk
Mon Sep 7 07:09:35 PDT 2015
solenv/bin/unittest-failed.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b638a75a3a74d10afe341ea176a8815f7094cbfb
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Mon Sep 7 15:21:10 2015 +0200
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
diff --git a/solenv/bin/unittest-failed.sh b/solenv/bin/unittest-failed.sh
index 0d11b2a..e6cf433 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
More information about the Libreoffice-commits
mailing list