Message ID | 20120130184517.29429.89943.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/actions/lava-test.py' --- lava_dispatcher/actions/lava-test.py 2012-01-30 16:57:54 +0000 +++ lava_dispatcher/actions/lava-test.py 2012-01-30 18:42:45 +0000 @@ -43,8 +43,7 @@ session.run('pip install -e ' + lava_test_url) #Test if lava-test installed - try: - rc = session.run('lava-test help', timeout=60) + rc = session.run('lava-test help', timeout=60) if rc != 0: raise CriticalError("lava-test deployment failed")