Author: rgrjr
Date: Tue Aug 19 07:09:21 2008
New Revision: 30340

Modified:
   branches/RELEASE_0_7_0/languages/t/harness

Log:
[t] Sigh. unrevert last commit, as --master is defined elsewhere. Add a
note to the next person eager to rip out code.  [per coke, merged r30338
from trunk.]


Modified: branches/RELEASE_0_7_0/languages/t/harness
==============================================================================
--- branches/RELEASE_0_7_0/languages/t/harness  (original)
+++ branches/RELEASE_0_7_0/languages/t/harness  Tue Aug 19 07:09:21 2008
@@ -112,11 +112,13 @@
               @unified_testable_languages;
 
 # Step 2: Get a listing of files from these harnesses.
+#
+# See L<Parrot::Test::Harness> for information regarding --master.
 
 my @tests;
 foreach my $harness (@harnesses) {
     my $perl = "$^X -I" . File::Spec->join(File::Spec->updir(), 'lib');
-    open(FILES, "$perl $harness --files |");
+    open(FILES, "$perl $harness --files --master |");
     push @tests, <FILES>;
     close(FILES);
 }

Reply via email to