Mention MOOSE_TEST_MD=MooseX when MOOSE_TEST_MD=1
Dave Rolsky [Sat, 26 May 2012 22:16:59 +0000 (17:16 -0500)]
xt/author/test-my-dependents.t

index 92b2112..596a57a 100644 (file)
@@ -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;