From: Dave Rolsky Date: Sat, 26 May 2012 22:16:59 +0000 (-0500) Subject: Mention MOOSE_TEST_MD=MooseX when MOOSE_TEST_MD=1 X-Git-Tag: 2.0800~68 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=33012ea9840cba8b01fa655898b9f6055ed51e34;p=gitmo%2FMoose.git Mention MOOSE_TEST_MD=MooseX when MOOSE_TEST_MD=1 --- diff --git a/xt/author/test-my-dependents.t b/xt/author/test-my-dependents.t index 92b2112..596a57a 100644 --- a/xt/author/test-my-dependents.t +++ b/xt/author/test-my-dependents.t @@ -125,7 +125,10 @@ if ( $ENV{MOOSE_TEST_MD} eq 'MooseX' ) { } elsif ( $ENV{MOOSE_TEST_MD} ne 'all' ) { diag( - 'Picking 200 random dependents to test. Set MOOSE_TEST_MD=all to test all dependents' + <<'EOF' + Picking 200 random dependents to test. Set MOOSE_TEST_MD=all to test all + dependents or MOOSE_TEST_MD=MooseX to test extension modules only. +EOF ); my %indexes;