diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 182: Add wget dependency to lt_ti_lava test.

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

Commit Message

Fathi Boudra Oct. 17, 2012, 4:30 p.m. UTC
------------------------------------------------------------
revno: 182
committer: Fathi Boudra <fathi.boudra@linaro.org>
branch nick: lava-test
timestamp: Wed 2012-10-17 19:29:51 +0300
message:
  Add wget dependency to lt_ti_lava test.
modified:
  lava_test/test_definitions/lt_ti_lava.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/lt_ti_lava.py'
--- lava_test/test_definitions/lt_ti_lava.py	2012-09-19 04:40:25 +0000
+++ lava_test/test_definitions/lt_ti_lava.py	2012-10-17 16:29:51 +0000
@@ -33,7 +33,7 @@ 
 
 INSTALLSTEPS = ['cd lt_ti_lava && make -C utils']
 RUNSTEPS = ['cd lt_ti_lava && make $(OPTIONS) check']
-DEPS = ['git-core', 'linux-libc-dev', 'build-essential']
+DEPS = ['git-core', 'linux-libc-dev', 'build-essential', 'wget']
 
 # test case id is before ":" and the result is after
 # Each test case is separated with a test description beginning with "#"