Author: chromatic
Date: Tue Aug 7 16:26:20 2007
New Revision: 20548
Modified:
trunk/t/examples/shootout.t
Log:
[t] Only show shootout test command line when running in verbose mode. (I
accidentally checked in the always show, but it's useful enough to keep.)
Modified: trunk/t/examples/shootout.t
==============================================================================
--- trunk/t/examples/shootout.t (original)
+++ trunk/t/examples/shootout.t Tue Aug 7 16:26:20 2007
@@ -100,7 +100,7 @@
}
$ENV{TEST_PROG_ARGS} = $args;
- warn "$file $args\n";
+ warn "$file $args\n" if $ENV{TEST_VERBOSE};
example_output_is( $file, $expected );
}