solenv/bin/unittest-failed.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b638a75a3a74d10afe341ea176a8815f7094cbfb
Author: Miklos Vajna <vmik...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to