The following commit has been merged in the master branch:
commit cfb4399aad97bcbe3a3fdb51d24181e2c8a83999
Author: Raphael Geissert <[email protected]>
Date:   Sun Feb 20 12:20:45 2011 -0600

    Drop 'test' from the 'running' messages

diff --git a/t/runtests b/t/runtests
index 092e52c..b28f554 100755
--- a/t/runtests
+++ b/t/runtests
@@ -452,7 +452,7 @@ sub test_package {
        return 1;
     }
 
-    msg_print "Running test $testdata->{testname} $testdata->{version}... ";
+    msg_print "Running $testdata->{testname} $testdata->{version}... ";
 
     my $pkg = $testdata->{srcpkg};
     my $pkgdir = "$pkg-$testdata->{version}";
@@ -637,7 +637,7 @@ sub find_changes_for_tag {
 # passes and false if it fails.
 sub test_changes {
     my ($test) = @_;
-    msg_print "Running test $test... ";
+    msg_print "Running $test... ";
 
     my $testdir = "$TESTSET/changes";
 
@@ -690,7 +690,7 @@ sub find_debs_for_tag {
 # passes and false if it fails.
 sub test_deb {
     my ($test) = @_;
-    msg_print "Running test $test... ";
+    msg_print "Running $test... ";
 
     my $testdir = "$TESTSET/debs/$test";
     my $targetdir = "$RUNDIR/$test";
@@ -754,7 +754,7 @@ sub find_source_for_tag {
 # passes and false if it fails.
 sub test_source {
     my ($test) = @_;
-    msg_print "Running test $test... ";
+    msg_print "Running $test... ";
 
     my $testdir = "$TESTSET/source/$test";
     my $targetdir = "$RUNDIR/$test";

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to