summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-09-14 10:48:40 +0200
committerDavid Tardon <dtardon@redhat.com>2011-09-15 06:29:39 +0200
commitc79e42d225f2108a1acb0e88820f4fa535c2d8dd (patch)
treec21f99bf4cd85b111a81678d605e57cb76485099 /automation
parentc40f63454da9ce7276c523317e2dc73aa34b7121 (diff)
be silent
Diffstat (limited to 'automation')
-rw-r--r--automation/source/testtool/filter.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/source/testtool/filter.pl b/automation/source/testtool/filter.pl
index 8f45073b0934..825c379440d0 100644
--- a/automation/source/testtool/filter.pl
+++ b/automation/source/testtool/filter.pl
@@ -103,7 +103,7 @@ $outfilebase = $ARGV[2] if defined($ARGV[2]);
$namefilter = $ARGV[3] if defined($ARGV[3]);
-print "Generating $outfilebase:\n";
+print "Generating $outfilebase:\n" if $debug;
$count = 0;