diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 177: fix device-tree bzr-repos usage

Message ID 20120920152412.11715.33859.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Andy Doan Sept. 20, 2012, 3:24 p.m. UTC
------------------------------------------------------------
revno: 177
committer: Andy Doan <andy.doan@linaro.org>
branch nick: trunk
timestamp: Thu 2012-09-20 10:12:46 -0500
message:
  fix device-tree bzr-repos usage
  
  The previous commit didn't add the repo to the installer instance
modified:
  lava_test/test_definitions/device_tree.py


--
lp:lava-test
https://code.launchpad.net/~linaro-validation/lava-test/trunk

You are subscribed to branch lp:lava-test.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-test/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_test/test_definitions/device_tree.py'
--- lava_test/test_definitions/device_tree.py	2012-09-20 06:38:19 +0000
+++ lava_test/test_definitions/device_tree.py	2012-09-20 15:12:46 +0000
@@ -39,7 +39,7 @@ 
     "FAIL": "fail"
 }
 
-installer = TestInstaller(INSTALLSTEPS, deps=DEPS)
+installer = TestInstaller(INSTALLSTEPS, deps=DEPS, bzr_repos=BZR_REPOS)
 runner = TestRunner(RUNSTEPS, default_options=DEFAULT_OPTIONS)
 parser = TestParser(PATTERN, fixupdict=FIXUPS)