[Libreoffice-commits] core.git: solenv/gbuild
Matúš Kukan
matus.kukan at gmail.com
Tue Mar 12 08:07:15 PDT 2013
solenv/gbuild/JunitTest.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4c4ae3fa173fe2b8f23b402d10a1bd9d9731da90
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Tue Mar 12 15:47:57 2013 +0100
gbuild: correct instructions for running an individual junit test
Change-Id: Ied3e6c042bc6cbdbfe0e9773d5c1e1de55141902
diff --git a/solenv/gbuild/JunitTest.mk b/solenv/gbuild/JunitTest.mk
index cb89d6c..99d76f7 100644
--- a/solenv/gbuild/JunitTest.mk
+++ b/solenv/gbuild/JunitTest.mk
@@ -55,12 +55,12 @@ $(call gb_JunitTest_get_target,%) :
$(CLASSES) > $@.log 2>&1 || \
(cat $@.log \
&& echo "to rerun just this failed test without all others, run:" \
- && echo && echo " make $@" && echo \
+ && echo && echo " make JunitTest_$*" && echo \
&& echo "cd into the module dir to run the tests faster" \
&& echo "Or to do interactive debugging, run two shells with (Linux only):" \
&& echo \
&& echo " make debugrun" \
- && echo " make gb_JunitTest_DEBUGRUN=T $@" \
+ && echo " make gb_JunitTest_DEBUGRUN=T JunitTest_$*" \
&& echo \
&& false)) && \
rm -rf $(call gb_JunitTest_get_userdir,$*))
More information about the Libreoffice-commits
mailing list