← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~ines-almeida/launchpad:fix-log-unit-test into launchpad:master

 

Ines Almeida has proposed merging ~ines-almeida/launchpad:fix-log-unit-test into launchpad:master.

Commit message:
Fix failing unit test (log line in wrong order)

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/476200

I noticed the buildbot failed a few times and traced it back to https://code.launchpad.net/~pelpsi/launchpad/+git/launchpad/+merge/476002
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~ines-almeida/launchpad:fix-log-unit-test into launchpad:master.
diff --git a/lib/lp/soyuz/doc/package-cache-script.rst b/lib/lp/soyuz/doc/package-cache-script.rst
index 7d4acc5..44dc0ad 100644
--- a/lib/lp/soyuz/doc/package-cache-script.rst
+++ b/lib/lp/soyuz/doc/package-cache-script.rst
@@ -51,8 +51,8 @@ distribution and respective distroseriess considered in stderr.
     >>> print(stdout)
 
     >>> print(stderr)
-    INFO    Starting the package cache update
     INFO    Creating lockfile: /var/lock/launchpad-update-cache.lock
+    INFO    Starting the package cache update
     INFO    Updating ubuntu package counters
     INFO    Updating ubuntu main archives
     ...