solenv/gbuild/JunitTest.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 4c4ae3fa173fe2b8f23b402d10a1bd9d9731da90 Author: Matúš Kukan <matus.ku...@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,$*))
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits