summaryrefslogtreecommitdiff
path: root/solenv/gbuild/JunitTest.mk
diff options
context:
space:
mode:
authorJuergen Funk <juergen.funk_ml@cib.de>2015-06-12 15:00:12 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-15 13:57:38 +0000
commit335ea1819b08dbefabb5d67445668d4868bb1db0 (patch)
tree100e67f953f4f4bf4ba1784a9d37f85c404a7344 /solenv/gbuild/JunitTest.mk
parent92d77c1c5b2318e63571fa39b741bb3ccbc6e812 (diff)
make debugrun under Windows
Debugging with Visual-Studio, attach to soffice.bin Description: Start make debugrun after the start of LO, in VS-Debugger "Attach to Process" to the soffice.bin then start in other box the test with make gb_JunitTest_DEBUGRUN=T JunitTest_YYY" Change-Id: I44571d1d4feafe9ce836d71781eaf793fe72cb92 Reviewed-on: https://gerrit.libreoffice.org/16290 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'solenv/gbuild/JunitTest.mk')
-rw-r--r--solenv/gbuild/JunitTest.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/JunitTest.mk b/solenv/gbuild/JunitTest.mk
index 8370603d84e4..4078421daab9 100644
--- a/solenv/gbuild/JunitTest.mk
+++ b/solenv/gbuild/JunitTest.mk
@@ -45,7 +45,7 @@ $(call gb_JunitTest_get_target,%) :
&& echo "to rerun just this failed test without all others, run:" \
&& echo && echo " make JunitTest_$*" && echo \
&& echo "cd into the module dir to run the tests faster" \
- && echo "Or to do interactive debugging (non-Windows), run two shells with:" \
+ && echo "Or to do interactive debugging, run two shells with:" \
&& echo \
&& echo " make debugrun" \
&& echo " make gb_JunitTest_DEBUGRUN=T JunitTest_$*" \