diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-25 15:14:09 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-25 15:14:33 +0100 |
commit | bb149de2b4d3458c0db1958edbbb75e79a8a53c4 (patch) | |
tree | 0517ac52f197216c8c26d86d8e0963d596367091 /solenv/gbuild/JunitTest.mk | |
parent | a65b46b71d0f95119b343f4e931a318703889b08 (diff) |
some hints cleanup
Diffstat (limited to 'solenv/gbuild/JunitTest.mk')
-rw-r--r-- | solenv/gbuild/JunitTest.mk | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/solenv/gbuild/JunitTest.mk b/solenv/gbuild/JunitTest.mk index 33d068c93e28..ab0d67f9ca3c 100644 --- a/solenv/gbuild/JunitTest.mk +++ b/solenv/gbuild/JunitTest.mk @@ -58,9 +58,15 @@ $(call gb_JunitTest_get_target,%) : -e 'at java.lang.reflect.' \ -e 'at sun.reflect.' $@.log \ && echo "see full error log at $@.log" \ - && echo "to rerun just this failed test without all others, run either:" \ - && echo "cd \$$MODULE && make $@" \ - && echo "make -f $(SRCDIR)/GNUmakefile.mk $@" && false)) && \ + && echo "to rerun just this failed test without all others, run:" \ + && echo && echo " make $@" && echo \ + && echo "add \"-f $(SRCDIR)/GNUmakefile.mk\" if you are not in the module dir" \ + && echo "Or to do interactive debugging, run two shells with (Linux only):" \ + && echo \ + && echo " make debugrun" \ + && echo " make gb_JunitTest_DEBUGRUN=T $@" \ + && echo \ + && false)) && \ rm -rf $(call gb_JunitTest_get_userdir,$*)) $(CLEAN_CMD) |