diff mbox

[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
State Accepted
Headers show

Commit Message

Mattias Backman April 21, 2011, 4:37 p.m. UTC
------------------------------------------------------------
revno: 324
committer: Mattias Backman <mattias.backman@linaro.org>
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
diff mbox

Patch

=== 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