[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.1.3-9-g1bd2c3a



The following commit has been merged in the master branch:
commit 1bd2c3a502696b6485ee4644c032006e8ebc8c95
Author: Russ Allbery <rra@debian.org>
Date:   Sun Dec 28 22:34:51 2008 -0800

    Change done to ok in runtests for the new test suite
    
    Save another couple of characters of horizontal space so there's less
    line wrapping.

diff --git a/t/runtests b/t/runtests
index 88acced..dd2602b 100755
--- a/t/runtests
+++ b/t/runtests
@@ -186,7 +186,7 @@ for (@tests) {
     my $testok = runsystem_ok("cmp", "-s", "$rundir/tags.$pkg", "$origdir/tags");
     $tests_run++;
     if ($testok) {
-	print "done.\n";
+	print "ok.\n";
     } else {
 	print "FAILED:\n";
 	runsystem_ok("diff", "-u", "$origdir/tags", "$rundir/tags.$pkg");

-- 
Debian package checker


Reply to: