diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-12-06 17:15:44 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-12-07 15:53:06 +0100 |
commit | ab225eead3fb14c5acf89690965b9b24db4d97e3 (patch) | |
tree | 7009a44440125acf95c49335fd2f240fd8a6f96e /solenv/gbuild/JunitTest.mk | |
parent | 2ca9a7e82c97df06730301bdd740f55ac447dc95 (diff) |
only depend from dev-install on build if it is an explicit goal
Diffstat (limited to 'solenv/gbuild/JunitTest.mk')
-rw-r--r-- | solenv/gbuild/JunitTest.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/JunitTest.mk b/solenv/gbuild/JunitTest.mk index 5ce0b3f31da2..5afe59580bb9 100644 --- a/solenv/gbuild/JunitTest.mk +++ b/solenv/gbuild/JunitTest.mk @@ -58,7 +58,7 @@ $(call gb_JunitTest_get_target,%) : && echo "see full error log at $@.log" \ && echo "to rerun just this failed test without all others, run:" \ && echo && echo " make $@" && echo \ - && echo "cd into the module dir if you do not want a full dev-install run" \ + && 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" \ |