Message ID | 20110421163714.12900.71258.launchpad@loganberry.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== 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