Author: coke
Date: Tue Aug 19 06:22:09 2008
New Revision: 30338

Modified:
   trunk/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.



Modified: trunk/languages/t/harness
==============================================================================
--- trunk/languages/t/harness   (original)
+++ trunk/languages/t/harness   Tue Aug 19 06:22:09 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