From patchwork Thu Apr 21 16:37:14 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mattias Backman X-Patchwork-Id: 1150 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:49:41 -0000 Delivered-To: patches@linaro.org Received: by 10.224.67.148 with SMTP id r20cs171264qai; Thu, 21 Apr 2011 09:37:16 -0700 (PDT) Received: by 10.227.149.11 with SMTP id r11mr139143wbv.165.1303403835378; Thu, 21 Apr 2011 09:37:15 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id d10si4522488wbh.105.2011.04.21.09.37.14; Thu, 21 Apr 2011 09:37:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QCwsU-00009r-Ip for ; Thu, 21 Apr 2011 16:37:14 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 873A82E84FB for ; Thu, 21 Apr 2011 16:37:14 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: linaro-image-tools X-Launchpad-Branch: ~linaro-maintainers/linaro-image-tools/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 324 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-maintainers/linaro-image-tools/trunk] Rev 324: Tests are now in module linaro_image_tools. Message-Id: <20110421163714.12900.71258.launchpad@loganberry.canonical.com> Date: Thu, 21 Apr 2011 16:37:14 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="12883"; Instance="initZopeless config overlay" X-Launchpad-Hash: e964095e6dad829975785f94554865d97afedbf9 ------------------------------------------------------------ revno: 324 committer: Mattias Backman branch nick: trunk timestamp: Thu 2011-04-21 15:28:29 +0200 message: Tests are now in module linaro_image_tools. modified: do-release --- lp:linaro-image-tools https://code.launchpad.net/~linaro-maintainers/linaro-image-tools/trunk You are subscribed to branch lp:linaro-image-tools. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-maintainers/linaro-image-tools/trunk/+edit-subscription === modified file 'do-release' --- do-release 2011-02-01 16:57:58 +0000 +++ do-release 2011-04-21 13:28:29 +0000 @@ -36,7 +36,7 @@ fi log_i "Running tests" -if ! python -m testtools.run tests.test_suite; then +if ! python -m testtools.run linaro_image_tools.tests.test_suite; then die "Testsuite doesn't pass" fi