summaryrefslogtreecommitdiffstats
path: root/solenv/gbuild/JunitTest.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-19 13:18:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-19 13:18:08 +0200
commit8a4e5e55100d396af2ab4a95f70e0fe0b1b8b079 (patch)
tree0a3310536569b39c080c07f9e9bd33ea4e4aa718 /solenv/gbuild/JunitTest.mk
parentDo build libwps for iOS (diff)
downloadcore-8a4e5e55100d396af2ab4a95f70e0fe0b1b8b079.tar.gz
core-8a4e5e55100d396af2ab4a95f70e0fe0b1b8b079.zip
Interactive JuniTest debugging on Mac OS X, too
Change-Id: If1faab6b5903e287d800899f243b8b568b27c312
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 12240879c1f9..3c1ca4840d8e 100644
--- a/solenv/gbuild/JunitTest.mk
+++ b/solenv/gbuild/JunitTest.mk
@@ -57,7 +57,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, run two shells with (Linux only):" \
+ && echo "Or to do interactive debugging (non-Windows), run two shells with:" \
&& echo \
&& echo " make debugrun" \
&& echo " make gb_JunitTest_DEBUGRUN=T JunitTest_$*" \